a simple conky todo list
Why?
to remember what to do

How to install?
install conky
copy todo to .conky folder in your home
the execute the following command
echo "alias todo="$Home/.conky/todo/todo.sh"" >> .bashrc
How to use?
to add todo use: todo add "task 1"
to remove todo number 7 use: todo remove 7
to remove all use: todo remove all
Ratings & Comments
0 Comments