Skip to content

ineentho/issuectl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

issuectl

Local-first work item tracking for repository workflows.

CLI

Run the existing CLI with subcommands like:

issuectl init
issuectl item create --title "Task"
issuectl next

UI

Launch the native GPUI app with:

cargo run -- ui

The UI shares the same SQLite database and current project resolution as the CLI. It provides:

  • project switching
  • item overview and hierarchy
  • next queue
  • item detail and recent history
  • common mutations such as create, edit, move, ready/unready, status changes, blockers, and undo

Notes

  • On macOS, GPUI depends on the normal Xcode / Metal toolchain prerequisites.
  • The default database path remains ~/.issuectl/db.sqlite3 unless ISSUECTL_DB_PATH is set.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages