Compare commits
1 Commits
new-note-f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 48e884251b |
@@ -48,7 +48,7 @@ notez () {
|
||||
|
||||
if [[ $# -eq 0 ]]; then
|
||||
# No arguments, display the notes file
|
||||
cat "$notes_file"
|
||||
tac "$notes_file"
|
||||
return 0
|
||||
elif [[ "$1" == "-a" ]]; then
|
||||
# Add a note with prompting
|
||||
|
||||
Reference in New Issue
Block a user