summaryrefslogtreecommitdiffstats
path: root/SOURCE/CORE
AgeCommit message (Collapse)AuthorFilesLines
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 ↵danix3-22/+34
correctly sourced for GIT variables.
2023-04-14adding notes now pushes changes to remotedanix2-13/+40
2023-04-14sync operations now check for last sync before running again. It's possible ↵danix2-3/+17
to set a delay between sync operations.
2023-04-14removed the 'function' keyword before declaring a function as is not needed.danix7-11/+11
2023-04-13git hidden directory is now backed up and restored properlydanix1-2/+9
2023-04-13initial setup of git functionality. The program can now initalize a local ↵danix1-0/+38
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.3danix1-1/+2
2023-04-07implemented backup and restore routinesdanix2-23/+63
2023-04-03working on the backup and backup restore functionalities.danix2-11/+58
2023-03-29Separated script into multiple files for easier management. Added Makefiledanix6-0/+182