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
Age
Commit message (
Collapse
)
Author
Files
Lines
2023-04-07
backups management. Some UX improvements
v0.3
danix
4
-30
/
+109
2023-04-07
implemented backup and restore routines
danix
4
-47
/
+157
2023-04-03
working on the backup and backup restore functionalities.
danix
5
-23
/
+140
2023-03-29
removed conditional that printed the helptext after every command
danix
2
-8
/
+9
2023-03-29
Separated script into multiple files for easier management. Added Makefile
danix
10
-92
/
+516
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 ChangeLog to README
danix
1
-0
/
+7
modified: README.md
2023-03-26
added debugging.
v0.2
danix
2
-6
/
+29
2023-03-26
Fixed minor typo.
danix
1
-1
/
+1
modified: README.md
2023-03-25
small README cleanup
danix
1
-4
/
+4
2023-03-25
small README updates
danix
2
-1
/
+2
2023-03-25
Added install info in the README.
v0.1
danix
1
-0
/
+12
2023-03-25
updated README
danix
2
-7
/
+106
2023-03-25
implemented <delete all notes> routine
danix
2
-21
/
+48
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
2
-28
/
+36
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
2
-1
/
+24
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