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
/
SOURCE
/
main.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-15
added functionality to keep the program open after an operation finishes. Thi...
HEAD
master
Danilo M.
1
-4
/
+4
2023-04-26
reimplemented title dialog when adding note if nothing is passed on the comma...
danix
1
-1
/
+1
2023-04-26
fixed issue that prevented the script from reading input from command line.
danix
1
-0
/
+6
2023-04-26
removed redundant query for notes details if not added from command line input.
danix
1
-62
/
+4
2023-04-18
added showconf option. Fixed bug that prevented the rc file from being correc...
danix
1
-2
/
+18
2023-04-13
initial setup of git functionality. The program can now initalize a local rep...
danix
1
-1
/
+5
2023-04-07
backups management. Some UX improvements
v0.3
danix
1
-0
/
+9
2023-04-07
implemented backup and restore routines
danix
1
-1
/
+14
2023-04-03
working on the backup and backup restore functionalities.
danix
1
-0
/
+13
2023-03-29
removed conditional that printed the helptext after every command
danix
1
-4
/
+4
2023-03-29
Separated script into multiple files for easier management. Added Makefile
danix
1
-0
/
+96