Screenshot of todo indicator in my Ubuntu PC |
Here are my resume on combining todo-indicator with Dropbox (already installed):
- Download zipped file of to-do indicator from Github here move it to home(~).
- Make file todo.txt in ~/Drobpox/todo.txt
- Run todo-indicator command in Startup application
- Add todo list with echo command, echo "let's do it" >> Dropbox/todo.txt
/home/bagus/Todo-Indicator/todo_indicator.py Dropbox/todo.txt
add todo-indicator command to Startup application |
Show todo list in terminal
Because I am working on terminal frequently, it is important for me to automatically show my todo list every time I open the (gnome-)terminal. To achieve this goal, I add the following command on my ~/.bashrc,
cat Dropbox/todo.txtThat's all.