index
:
bash-notes
gitsupport
master
A simple note taking app written in bash
by Danilo aka danix
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
SOURCE
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-18
added showconf option. Fixed bug that prevented the rc file from being correc...
danix
5
-25
/
+53
2023-04-14
adding notes now pushes changes to remote
danix
3
-13
/
+42
2023-04-14
sync operations now check for last sync before running again. It's possible t...
danix
3
-3
/
+19
2023-04-14
removed the 'function' keyword before declaring a function as is not needed.
danix
8
-13
/
+13
2023-04-13
git hidden directory is now backed up and restored properly
danix
2
-2
/
+12
2023-04-13
initial setup of git functionality. The program can now initalize a local rep...
danix
3
-2
/
+53
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
2
-1
/
+11
2023-04-07
implemented backup and restore routines
danix
3
-24
/
+77
2023-04-03
working on the backup and backup restore functionalities.
danix
4
-11
/
+72
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
8
-0
/
+425