Linux todo: Difference between revisions

From James's Wiki
(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...")
 
No edit summary
 
Line 1: Line 1:
http://todotxt.org/
http://todotxt.org/


t help





Latest revision as of 13:33, 27 December 2018

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'