summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
gitsupportcleanup of the output of the program. Updated README.danix3 years
masteradded functionality to keep the program open after an operation finishes. Thi...Danilo M.9 months
 
TagDownloadAuthorAge
v0.4bash-notes-0.4.tar.gz  bash-notes-0.4.zip  danix3 years
v0.3bash-notes-0.3.tar.gz  bash-notes-0.3.zip  danix3 years
v0.1bash-notes-0.1.tar.gz  bash-notes-0.1.zip  danix3 years
v0.2bash-notes-0.2.tar.gz  bash-notes-0.2.zip  danix3 years
 
AgeCommit messageAuthorFilesLines
2023-04-22cleanup of the output of the program. Updated README.v0.4gitsupportdanix5-56/+107
2023-04-18if PLAIN option is enabled, git pull doesn't emit output.danix2-4/+4
2023-04-18added git functionality to edit and remove options.danix4-0/+88
2023-04-18added showconf option. Fixed bug that prevented the rc file from being correc...danix6-53/+109
2023-04-14adding notes now pushes changes to remotedanix4-26/+84
2023-04-14sync operations now check for last sync before running again. It's possible t...danix4-19/+51
2023-04-14removed the 'function' keyword before declaring a function as is not needed.danix8-13/+13
2023-04-13git hidden directory is now backed up and restored properlydanix3-4/+24
2023-04-13initial setup of git functionality. The program can now initalize a local rep...danix5-5/+107
2023-04-10when creating a note, if the title is not specified, two random words will be...danix3-2/+48
[...]