gistfile1.sh
alias todo.now='geeknote create --tags @work,1-Now --title '
alias todo.next='geeknote create --tags @work,2-Next --title '
alias todo.soon='geeknote create --tags @work,3-Soon --title'
alias todo.later='geeknote create --tags @work,4-Later --title'
alias todo.someday='geeknote create --tags @work,5-Someday --title'
alias todo.waiting='geeknote create --tags @work,6-Waiting --title'
alias show.todo.all='geeknote find --tags @work --notebooks "Actions Pending" '
alias show.todo.now='geeknote find --tags @work,1-Now --notebooks "Actions Pending" '
alias show.todo.next='geeknote find --tags @work,2-Next --notebooks "Actions Pending" '
alias show.todo.soon='geeknote find --tags @work,3-Soon --notebooks "Actions Pending" '
This file has been truncated. show original