Linux todo

From James's Wiki
Revision as of 13:07, 27 December 2018 by Ractive (talk | contribs) (Created page with "http://todotxt.org/ 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/<USER...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

http://todotxt.org/


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'