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.

Home Page:http://www.simonizor.gq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo

A bash script that manages todo lists in ~/.todo

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

todo

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.

http://www.simonizor.gq

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%