diff options
| author | danix <danix@danix.xyz> | 2023-03-25 11:15:39 +0100 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2023-03-25 11:15:39 +0100 |
| commit | b648c00619721c0f5ee56c03ae33a1e68b35cf9c (patch) | |
| tree | 4f47032fd654e5cef65bb96d582e529677b46244 /README.md | |
| parent | e3670e83630f1f900c0eb416f017803ab52fd1ec (diff) | |
| download | bash-notes-b648c00619721c0f5ee56c03ae33a1e68b35cf9c.tar.gz bash-notes-b648c00619721c0f5ee56c03ae33a1e68b35cf9c.zip | |
Function delete implemented. Improved listing.
modified: README.md
modified: notes.sh
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -14,8 +14,7 @@ here's all the functions that I'm planning to implement: -l | --list : List existing notes -a | --add <title> : 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 ``` |
