30/09/2018, 19:39

Geeknote: Sử dụng Evernote trên console

Ubuntu không có app evernote đành dùng tạm cái này

http://www.geeknote.me/

Alias kiểu này cũng hay

gist.github.com

https://gist.github.com/smacarthur/0db67a07f19b539a817c#file-gistfile1-sh

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

Bài liên quan
0