bujo/
folderrd cl in ft fj jf bj bujo
## journaling workflows
alias rd="vim ./readme.md"
alias cl="vim ./changelog.md"
alias in='vim ./index.md'
alias ft='vim ./future.md'
alias fj='vim ./"$(date +%F)".md'
alias jf='mkdir "$(date +%F)" && cd "$(date +%F)"'
alias bj='cd ./bujo && fj'
alias bujo='cd ./bujo && fj'
t d snooze done tedit tall tpri
todocli/
folder and these commands run relative to the current directory# todocli app
alias t='clear && ./todocli/todo.sh'
alias d='clear && t listpri a'
alias snooze='clear && t listpri'
alias done='clear && cat ./todocli/done.txt'
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'
navigation
mkdocs
navigation tricks for hyperproductive nerds