spool-ui

Crates.iospool-ui
lib.rsspool-ui
version1.0.0
created_at2026-01-25 02:20:23.632932+00
updated_at2026-01-25 02:20:23.632932+00
descriptionTUI for spool - git-native task management
homepage
repositoryhttps://github.com/iamnbutler/spool
max_upload_size
id2067955
size63,077
Nate Butler (iamnbutler)

documentation

README

spool-ui

Terminal UI for spool - git-native task management.

cargo install spool-ui

Usage

Run in a spool-initialized directory:

spool-ui

Keybindings

Key Action
j / k Navigate tasks (or scroll detail when focused)
g / G First / last task
Enter Toggle detail panel
Tab Switch focus (list/detail)
c Complete task
r Reopen task
n New task
v Cycle view (Open/Complete/All)
s Cycle sort (Priority/Created/Title)
S Cycle stream filter
/ Search
q Quit

Features

  • Task list with priority coloring and status markers
  • Detail panel with full task info and event history
  • Status filtering (open/complete/all)
  • Sorting (priority/created/title)
  • Search (title, description, tags)
  • Stream navigation
  • Inline task creation and completion

License

MIT

Commit count: 89

cargo fmt