Skip to content

cb-g/halcyon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

halcyon

A minimal, priority-based todo list manager with trash bin.

Installation

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 ~/.zshrc

Usage

halcyon

Navigate with arrow keys, ESC to go back.

Features

  • Priority levels (High/Normal/Low) with color coding
  • Autocomplete for task selection
  • Trash bin with restore
  • Local data storage (~/.halcyon/todos.json)

Uninstallation

To completely remove halcyon from your system:

# Remove the binary
cargo uninstall halcyon

# Remove your todo data
rm -rf ~/.halcyon

About

CLI note-taking

Topics

Resources

License

Stars

Watchers

Forks

Languages