Issue Manager
Issue Manager is a command-line application for managing issues. You can add, list, edit, archive, delete, search, and export issues.
PythonTerminalSQLite3
June 2025 Issue Manager is a full-featured command-line application built with Python and SQLite3 for tracking and managing issues across projects.
Key Features
- Add & Edit Issues — Create new issues with title, description, and priority, or update existing ones at any time.
- Search & Filter — Quickly find issues by keyword, status, or priority level.
- Archive & Delete — Keep your workspace clean by archiving completed issues or removing them entirely.
- Export — Export your issues to various formats for sharing with your team.
Tech Stack
- Python — Core application logic
- SQLite3 — Lightweight, file-based database for persistent storage
- Terminal/CLI — Clean command-line interface for fast interaction