Linux todo

From James's Wiki

http://todotxt.org/

t help


If your running fish command shell edit your config file to access todo from anywhere and add an alias so all you have to type is 't':

nano /home/<USERNAME>/.config/fish/config.fish

export TODOTXT_DEFAULT_ACTION=ls
export TODOTXT_SORT_COMMAND='env LC_COLLATE=C sort -k 2,2 -k 1,1n'
set PATH $PATH /home/<USERNAME>/todo.txt_cli-2.11.0/
alias t '/home/<USERNAME>/todo.txt_cli-2.11.0/todo.sh -d /home/ractive/todo.txt_cli-2.11.0/todo.cfg'