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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-18
added git functionality to edit and remove options.
danix
3
-0
/
+44
2023-04-18
added showconf option. Fixed bug that prevented the rc file from being correc...
danix
3
-22
/
+34
2023-04-14
adding notes now pushes changes to remote
danix
2
-13
/
+40
2023-04-14
sync operations now check for last sync before running again. It's possible t...
danix
2
-3
/
+17
2023-04-14
removed the 'function' keyword before declaring a function as is not needed.
danix
7
-11
/
+11
2023-04-13
git hidden directory is now backed up and restored properly
danix
1
-2
/
+9
2023-04-13
initial setup of git functionality. The program can now initalize a local rep...
danix
1
-0
/
+38
2023-04-10
when creating a note, if the title is not specified, two random words will be...
danix
2
-1
/
+24
2023-04-10
Added sleep 1 sec after deleting notes to allow the user to read the
danix
1
-0
/
+4
2023-04-07
backups management. Some UX improvements
v0.3
danix
1
-1
/
+2
2023-04-07
implemented backup and restore routines
danix
2
-23
/
+63
2023-04-03
working on the backup and backup restore functionalities.
danix
2
-11
/
+58
2023-03-29
Separated script into multiple files for easier management. Added Makefile
danix
6
-0
/
+182