aboutsummaryrefslogtreecommitdiffstats
path: root/SOURCE
AgeCommit message (Expand)AuthorFilesLines
2025-08-15added functionality to keep the program open after an operation finishes. Thi...HEADmasterDanilo M.2-4/+11
2023-04-26reimplemented title dialog when adding note if nothing is passed on the comma...danix2-2/+16
2023-04-26fixed issue that prevented the script from reading input from command line.danix1-0/+6
2023-04-26removed redundant query for notes details if not added from command line input.danix1-62/+4
2023-04-22cleanup of the output of the program. Updated README.v0.4gitsupportdanix3-23/+33
2023-04-18if PLAIN option is enabled, git pull doesn't emit output.danix1-2/+2
2023-04-18added git functionality to edit and remove options.danix3-0/+44
2023-04-18added showconf option. Fixed bug that prevented the rc file from being correc...danix5-25/+53
2023-04-14adding notes now pushes changes to remotedanix3-13/+42
2023-04-14sync operations now check for last sync before running again. It's possible t...danix3-3/+19
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 properlydanix2-2/+12
2023-04-13initial setup of git functionality. The program can now initalize a local rep...danix3-2/+53
2023-04-10when creating a note, if the title is not specified, two random words will be...danix2-1/+24
2023-04-10Added sleep 1 sec after deleting notes to allow the user to read thedanix1-0/+4
2023-04-07backups management. Some UX improvementsv0.3danix2-1/+11
2023-04-07implemented backup and restore routinesdanix3-24/+77
2023-04-03working on the backup and backup restore functionalities.danix4-11/+72
2023-03-29removed conditional that printed the helptext after every commanddanix1-4/+4
2023-03-29Separated script into multiple files for easier management. Added Makefiledanix8-0/+425