From b648c00619721c0f5ee56c03ae33a1e68b35cf9c Mon Sep 17 00:00:00 2001 From: danix Date: Sat, 25 Mar 2023 11:15:39 +0100 Subject: Function delete implemented. Improved listing. modified: README.md modified: notes.sh --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b3517dd..49dfabc 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ here's all the functions that I'm planning to implement: -l | --list : List existing notes -a | --add : Add new note -m | --modify <note> : Modify note --d | --date <note> : Modify date for note --r | --remove <note> : Remove note +-d | --delete <note> : Delete note -v | --version : Print version --userconf : Export User config file ``` -- cgit v1.2.3