https://github.com/lucasmcclean/todo-cli
Small, efficient CLI todo list manager with Vim-inspired keybindings.
https://github.com/lucasmcclean/todo-cli
cli todo vim-keybindings
Last synced: 8 months ago
JSON representation
Small, efficient CLI todo list manager with Vim-inspired keybindings.
- Host: GitHub
- URL: https://github.com/lucasmcclean/todo-cli
- Owner: lucasmcclean
- License: other
- Created: 2024-05-01T16:15:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T14:41:17.000Z (over 1 year ago)
- Last Synced: 2025-10-05T22:32:57.362Z (8 months ago)
- Topics: cli, todo, vim-keybindings
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TODO CLI
This is a CLI tool that allows multiple lists stored on the file system. The
menu navigation controls are based on Vim's controls.
The project can be built into a binary using `go build . -o todo-cli` and
executed with `./todo-cli`.