aboutsummaryrefslogtreecommitdiffstats
path: root/SOURCE
AgeCommit message (Collapse)AuthorFilesLines
2023-04-13initial setup of git functionality. The program can now initalize a local ↵danix3-2/+53
repo and add a remote.
2023-04-10when creating a note, if the title is not specified, two random words will ↵danix2-1/+24
be assigned as title.
2023-04-10Added sleep 1 sec after deleting notes to allow the user to read thedanix1-0/+4
message before the window closes. modified: SOURCE/CORE/core-remove.sh modified: notes.sh
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