summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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 ↵danix6-53/+109
correctly sourced for GIT variables.
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 ↵danix4-19/+51
to set a delay between sync operations.
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 ↵danix5-5/+107
repo and add a remote.
2023-04-10when creating a note, if the title is not specified, two random words will ↵danix3-2/+48
be assigned as title.
2023-04-10Added sleep 1 sec after deleting notes to allow the user to read thedanix2-0/+8
message before the window closes. modified: SOURCE/CORE/core-remove.sh modified: notes.sh
2023-04-07backups management. Some UX improvementsv0.3danix4-30/+109
2023-04-07implemented backup and restore routinesdanix4-47/+157
2023-04-03working on the backup and backup restore functionalities.danix5-23/+140
2023-03-29removed conditional that printed the helptext after every commanddanix2-8/+9
2023-03-29Separated script into multiple files for easier management. Added Makefiledanix10-92/+516
2023-03-29added show option to display a note using a PAGER instead of an EDITOR.danix1-17/+75
2023-03-27script passed through shellcheck linterdanix1-15/+43
2023-03-26Added ChangeLog to READMEdanix1-0/+7
modified: README.md
2023-03-26added debugging.v0.2danix2-6/+29
2023-03-26Fixed minor typo.danix1-1/+1
modified: README.md
2023-03-25small README cleanupdanix1-4/+4
2023-03-25small README updatesdanix2-1/+2
2023-03-25Added install info in the README.v0.1danix1-0/+12
2023-03-25updated READMEdanix2-7/+106
2023-03-25implemented <delete all notes> routinedanix2-21/+48
2023-03-25running the program without options now displays the help textdanix1-1/+2
modified: notes.sh
2023-03-25Function delete implemented. Improved listing.danix2-28/+36
modified: README.md modified: notes.sh
2023-03-25fixed error when adding first note on new install. Fixed error when listing ↵danix1-14/+21
empty db.
2023-03-25Added check to verify if note argument is an integerdanix1-4/+27
modified: notes.sh
2023-03-24adding readme to projectdanix2-1/+24
2023-03-24added 'plain' parameter to output plain text without markupdanix1-2/+12
2023-03-24we can now edit a note and list all notesdanix1-2/+18
2023-03-24improved the help textdanix1-29/+68
2023-03-24add function mostly working. Fresh install now sets up the directories correctlydanix1-53/+114
2023-03-24added script. Initial commit.danix1-0/+139