aboutsummaryrefslogtreecommitdiffstats
path: root/notes.sh
AgeCommit message (Expand)AuthorFilesLines
2023-04-18added git functionality to edit and remove options.danix1-0/+44
2023-04-18added showconf option. Fixed bug that prevented the rc file from being correc...danix1-28/+56
2023-04-14adding notes now pushes changes to remotedanix1-13/+42
2023-04-14sync operations now check for last sync before running again. It's possible t...danix1-16/+32
2023-04-13git hidden directory is now backed up and restored properlydanix1-2/+12
2023-04-13initial setup of git functionality. The program can now initalize a local rep...danix1-2/+53
2023-04-10when creating a note, if the title is not specified, two random words will be...danix1-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.3danix1-1/+11
2023-04-07implemented backup and restore routinesdanix1-23/+80
2023-04-03working on the backup and backup restore functionalities.danix1-12/+68
2023-03-29removed conditional that printed the helptext after every commanddanix1-4/+5
2023-03-29Separated script into multiple files for easier management. Added Makefiledanix1-92/+86
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 debugging.v0.2danix1-6/+16
2023-03-25small README updatesdanix1-0/+0
2023-03-25updated READMEdanix1-3/+6
2023-03-25implemented <delete all notes> routinedanix1-19/+46
2023-03-25running the program without options now displays the help textdanix1-1/+2
2023-03-25Function delete implemented. Improved listing.danix1-26/+35
2023-03-25fixed error when adding first note on new install. Fixed error when listing e...danix1-14/+21
2023-03-25Added check to verify if note argument is an integerdanix1-4/+27
2023-03-24adding readme to projectdanix1-1/+1
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