From dd0e68db223f9b2faa1b1e9f461020731c3113f7 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 23 Jun 2025 20:12:51 +0200 Subject: [PATCH] feat: add shortcut for notes archive (na) --- ayo.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ayo.sh b/ayo.sh index f4a4a7e..f6f3805 100755 --- a/ayo.sh +++ b/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 ;;