added TODO list
[bash-notes.git] / notes.sh
2023-04-26  danixreimplemented title dialog when adding note if nothing...
2023-04-26  danixfixed issue that prevented the script from reading...
2023-04-26  danixremoved redundant query for notes details if not added...
2023-04-22  danixcleanup of the output of the program. Updated README. gitsupport v0.4
2023-04-18  danixif PLAIN option is enabled, git pull doesn't emit output.
2023-04-18  danixadded git functionality to edit and remove options.
2023-04-18  danixadded showconf option. Fixed bug that prevented the...
2023-04-14  danixadding notes now pushes changes to remote
2023-04-14  danixsync operations now check for last sync before running...
2023-04-13  danixgit hidden directory is now backed up and restored...
2023-04-13  danixinitial setup of git functionality. The program can...
2023-04-10  danixwhen creating a note, if the title is not specified...
2023-04-10  danixAdded sleep 1 sec after deleting notes to allow the...
2023-04-07  danixbackups management. Some UX improvements v0.3
2023-04-07  daniximplemented backup and restore routines
2023-04-03  danixworking on the backup and backup restore functionalities.
2023-03-29  danixremoved conditional that printed the helptext after...
2023-03-29  danixSeparated script into multiple files for easier managem...
2023-03-29  danixadded show option to display a note using a PAGER inste...
2023-03-27  danixscript passed through shellcheck linter
2023-03-26  danixadded debugging. v0.2
2023-03-25  danixsmall README updates
2023-03-25  danixupdated README
2023-03-25  daniximplemented <delete all notes> routine
2023-03-25  danixrunning the program without options now displays the...
2023-03-25  danixFunction delete implemented. Improved listing.
2023-03-25  danixfixed error when adding first note on new install....
2023-03-25  danixAdded check to verify if note argument is an integer
2023-03-24  danixadding readme to project
2023-03-24  danixadded 'plain' parameter to output plain text without...
2023-03-24  danixwe can now edit a note and list all notes
2023-03-24  daniximproved the help text
2023-03-24  danixadd function mostly working. Fresh install now sets...
2023-03-24  danixadded script. Initial commit.