Impossible Todo is a terminal (and web) based task tracking up a-la the web based TodoMVC apps. Made with Impossible.js.
Installing
Open terminal and run npm install -g impossible-todo.
Using
Just type todo
Tab and arrow to navigate. Enter to complete.
ctrl t change color theme
ctrl e to edit
ctrl d to delete
ctrl a to select toggle all button
ctrl x to select clear completed button.
Where is the data saved?
Data is saved in a json to local storage.
web version - local Storage.
terminal version - a json file at the packageβs global path. The root is discovered by npm root --global. It will be under impossible-todo/__localStorage