A simple todo app for the CLI, implemented in JS.
Defaults to today mode
for day-to-day use, because in reality we all have a huge backlog of un-ticked 'one day' todos.
Clone this repo and run npm install
to initialise. Once dependencies are installed, you can run it with node index.js
.
For convenience, you might want to create an alias in your .bashrc
, e.g. alias todo='node ~/path/to/kufanya/index.js'
.