GitHub - simoniz0r/todo: todo is a bash script for Linux that manages todo lists through the command line in an easy to use manner. Lists are stored in ~/.todo/ListName with each item in the list stored as a separate file in that directory.
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
todo is a bash script for Linux that manages todo lists through the command line in an easy to use manner. Lists are stored in ~/.todo/ListName with each item in the list stored as a separate file in that directory.
To set a custom todo directory, you can either put TODO_DIR="/path/to/todo_dir" in your shell's rc file or you can set it when running todo by running TODO_DIR="/path/to/todo_dir" ./todo.sh
About
todo is a bash script for Linux that manages todo lists through the command line in an easy to use manner. Lists are stored in ~/.todo/ListName with each item in the list stored as a separate file in that directory.