aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c34788bb7f39fdb15941ce2528ddda5933b57a75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
todo.cpp
========

Todo list program

![Screenshot](http://git.ache.one/todo/raw/master/capture.png)


Usage : todo [show,add,remove,check,set]

todo use the file named ".todo.txt" in the current dir. So you can use many todo-list, one per directory.
They have no ID system. For select a task, just type it or a part of it.
You can add priority for each task "todo add priority task" or "todo set priority task-part"
To check a task type "todo check todo-part"

If many tasks contains the todo-part, all of it will be selected.
 
Exemple of how you can use it :
-------------

![Screenshot](http://git.ache.one/todo/raw/master/todo.gif)