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
Branch
Commit message
Author
Age
gitsupport
cleanup of the output of the program. Updated README.
danix
3 years
master
added functionality to keep the program open after an operation finishes. Thi...
Danilo M.
9 months
Tag
Download
Author
Age
v0.4
bash-notes-0.4.tar.gz
bash-notes-0.4.zip
danix
3 years
v0.3
bash-notes-0.3.tar.gz
bash-notes-0.3.zip
danix
3 years
v0.1
bash-notes-0.1.tar.gz
bash-notes-0.1.zip
danix
3 years
v0.2
bash-notes-0.2.tar.gz
bash-notes-0.2.zip
danix
3 years
Age
Commit message
Author
Files
Lines
2023-04-22
cleanup of the output of the program. Updated README.
v0.4
gitsupport
danix
5
-56
/
+107
2023-04-18
if PLAIN option is enabled, git pull doesn't emit output.
danix
2
-4
/
+4
2023-04-18
added git functionality to edit and remove options.
danix
4
-0
/
+88
2023-04-18
added showconf option. Fixed bug that prevented the rc file from being correc...
danix
6
-53
/
+109
2023-04-14
adding notes now pushes changes to remote
danix
4
-26
/
+84
2023-04-14
sync operations now check for last sync before running again. It's possible t...
danix
4
-19
/
+51
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
3
-4
/
+24
2023-04-13
initial setup of git functionality. The program can now initalize a local rep...
danix
5
-5
/
+107
2023-04-10
when creating a note, if the title is not specified, two random words will be...
danix
3
-2
/
+48
[...]