quests.cr
quests.cr
Terminal todo app for Omarchy. Built with Crystal and crubbletea.

Usage
quests Launch TUI
quests add "Buy milk" Quick add
quests done 3 Toggle done by id
quests list Print tasks to terminal
quests --waybar Waybar JSON output
quests --count Print pending count
Keybindings
| Key | Action |
|---|---|
| a | Add quest |
| e | Edit quest |
| d | Delete quest |
| enter | View details |
| space | Toggle done |
| / | Filter |
| ? | Help |
| q | Quit |
Waybar
"custom/quests": {
"exec": "/path/to/bin/quests --waybar",
"return-type": "json",
"format": "{}",
"on-click": "omarchy-launch-floating-terminal-with-presentation /path/to/bin/quests",
"interval": 30
}
Build
make # shards build --release
make clean # remove binary
Binary at bin/quests. Data stored in ~/.local/share/quests/data.json.
Repository
quests.cr
Owner
Statistic
- 3
- 0
- 0
- 0
- 1
- 4 months ago
- June 21, 2025
License
Links
Synced at
Sat, 16 May 2026 04:04:01 GMT
Languages