todo cli¶
todo cli relative shortcuts¶
- this seems obvious
- configured to use
todocli/
- alias shortcuts that work relative to any folder
- this page you are reading embeds the todo and done file here
alias t='clear && ./todocli/todo.sh'
alias d='clear && t listpri a'
alias done='clear && cat ./todocli/done.txt'
alias snooze='clear && t listpri'
alias tedit='vim ./todocli/todo.txt'
alias tall='clear && find . -name "todo.txt" | xargs grep "+"'
alias tpri='clear && find . -name "todo.txt" | xargs grep "(A"'
alias tprib='clear && find . -name "todo.txt" | xargs grep "(B"'
alias tpric='clear && find . -name "todo.txt" | xargs grep "(C"'
alias thelp='clear && ./todocli/todo.sh shorthelp'
Last update:
September 13, 2023
Created: September 12, 2023
Created: September 12, 2023