Logo

Tiny scripts to improve your productivity.

View My GitHub Profile

ttodo

It is a simple script to create and manage your todo list.

Dependencies

Installation

To install ttodo you can edit the Makefile to match your local setup (ttodo is installed into the /usr/local/bin by default).

Afterwards enter the following command to install ttodo (if necessary as root).

sudo make install

To uninstall ttodo, just run:

sudo make uninstall

Usage

ttodo can create a todo activity, mark them as done or undo them if you want.

We can do that by using the options listed bellow:

Examples:

The default folder where the todo and done activities are stored is ~/.ttodo/.

$ ttodo --add "This is a Test"
Added This is a Test
$ ttodo --listtodo
This is a Test
$ ttodo --do "This is a Test"
This is a Test marked as done!
$ ttodo --listdone
This is a Test
$ ttodo --undo "This is a Test"
This is a Test marked as undone!
$ ttodo --listtodo
This is a Test

And that’s it!

Team

Edimar Calebe Castanho Gabriel Gaboardi
Edimar Calebe Castanho (Calebe94) Gabriel Gaboardi (Gabo)

License

All software is covered under GNU General Public License v3.0.