An open API service indexing awesome lists of open source software.

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.

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`.