A minimal, priority-based todo list manager with trash bin.
Clone or navigate to the project directory, then:
cargo install --path .Add to your shell config:
echo 'alias halcyon="$HOME/.cargo/bin/halcyon"' >> ~/.bashrc # or ~/.zshrc
source ~/.bashrc # or ~/.zshrchalcyonNavigate with arrow keys, ESC to go back.
- Priority levels (High/Normal/Low) with color coding
- Autocomplete for task selection
- Trash bin with restore
- Local data storage (
~/.halcyon/todos.json)
To completely remove halcyon from your system:
# Remove the binary
cargo uninstall halcyon
# Remove your todo data
rm -rf ~/.halcyon