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
/
CORE
/
helpers.sh
Age
Commit message (
Collapse
)
Author
Files
Lines
2025-08-15
added functionality to keep the program open after an operation finishes. ↵
HEAD
master
Danilo M.
1
-0
/
+7
This is particularly useful in transient terminal windows, so that the user can see the output and then close the window by hitting any key.
2023-04-22
cleanup of the output of the program. Updated README.
v0.4
gitsupport
danix
1
-15
/
+23
2023-04-18
added showconf option. Fixed bug that prevented the rc file from being ↵
danix
1
-12
/
+15
correctly sourced for GIT variables.
2023-04-14
removed the 'function' keyword before declaring a function as is not needed.
danix
1
-4
/
+4
2023-04-10
when creating a note, if the title is not specified, two random words will ↵
danix
1
-0
/
+22
be assigned as title.
2023-04-07
backups management. Some UX improvements
v0.3
danix
1
-1
/
+2
2023-04-07
implemented backup and restore routines
danix
1
-20
/
+23
2023-04-03
working on the backup and backup restore functionalities.
danix
1
-11
/
+14
2023-03-29
Separated script into multiple files for easier management. Added Makefile
danix
1
-0
/
+46