feat: add shortcut for notes archive (na)
This commit is contained in:
parent
1c907840d1
commit
dd0e68db22
1 changed files with 3 additions and 0 deletions
3
ayo.sh
3
ayo.sh
|
@ -32,6 +32,9 @@ case $1 in
|
|||
nr) # Notes remove
|
||||
. ${HOME}/Projects/scripts/notes.sh remove $2 $3 $4 $5 $6 $7 $8 $9
|
||||
;;
|
||||
na) # Notes archive
|
||||
. ${HOME}/Projects/scripts/notes.sh archive $2 $3 $4 $5 $6 $7 $8 $9
|
||||
;;
|
||||
nt) # Notes using typora
|
||||
. ${HOME}/Projects/scripts/notes.sh -t $2 $3 $4 $5 $6 $7 $8 $9
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue