index
:
bash-notes
gitsupport
master
A simple note taking app written in bash
by Danilo aka danix
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
notes.sh
Age
Commit message (
Collapse
)
Author
Files
Lines
2023-03-29
added show option to display a note using a PAGER instead of an EDITOR.
danix
1
-17
/
+75
2023-03-27
script passed through shellcheck linter
danix
1
-15
/
+43
2023-03-26
added debugging.
v0.2
danix
1
-6
/
+16
2023-03-25
small README updates
danix
1
-0
/
+0
2023-03-25
updated README
danix
1
-3
/
+6
2023-03-25
implemented <delete all notes> routine
danix
1
-19
/
+46
2023-03-25
running the program without options now displays the help text
danix
1
-1
/
+2
modified: notes.sh
2023-03-25
Function delete implemented. Improved listing.
danix
1
-26
/
+35
modified: README.md modified: notes.sh
2023-03-25
fixed error when adding first note on new install. Fixed error when listing ↵
danix
1
-14
/
+21
empty db.
2023-03-25
Added check to verify if note argument is an integer
danix
1
-4
/
+27
modified: notes.sh
2023-03-24
adding readme to project
danix
1
-1
/
+1
2023-03-24
added 'plain' parameter to output plain text without markup
danix
1
-2
/
+12
2023-03-24
we can now edit a note and list all notes
danix
1
-2
/
+18
2023-03-24
improved the help text
danix
1
-29
/
+68
2023-03-24
add function mostly working. Fresh install now sets up the directories correctly
danix
1
-53
/
+114
2023-03-24
added script. Initial commit.
danix
1
-0
/
+139