blob: 286400f63a845f3f7a5d93939a12afb9b2cfde5d (
plain)
1
2
3
4
5
6
7
8
|
To use todo.txt-cli fully:
--------------------------
* copy /etc/todo.cfg in ~/.todo/config file
* alias the command "todo.sh" with "t" by adding to ~/.profile (if ash) or ~/bashrc (if bash):
alias t='todo.sh'
|