]>
danix's work - bash-notes.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Danilo M. [Fri, 15 Aug 2025 08:39:15 +0000 (10:39 +0200)]
added functionality to keep the program open after an operation finishes. This is particularly useful in transient terminal windows, so that the user can see the output and then close the window by hitting any key.
danix [Wed, 26 Apr 2023 15:48:04 +0000 (17:48 +0200)]
added TODO list
danix [Wed, 26 Apr 2023 14:50:50 +0000 (16:50 +0200)]
reimplemented title dialog when adding note if nothing is passed on the command line.
danix [Wed, 26 Apr 2023 14:02:40 +0000 (16:02 +0200)]
fixed issue that prevented the script from reading input from command line.
danix [Wed, 26 Apr 2023 13:09:39 +0000 (15:09 +0200)]
removed redundant query for notes details if not added from command line input.
danix [Sat, 22 Apr 2023 07:53:42 +0000 (09:53 +0200)]
cleanup of the output of the program. Updated README.
danix [Tue, 18 Apr 2023 07:11:37 +0000 (09:11 +0200)]
if PLAIN option is enabled, git pull doesn't emit output.
danix [Tue, 18 Apr 2023 06:47:37 +0000 (08:47 +0200)]
added git functionality to edit and remove options.
danix [Tue, 18 Apr 2023 05:10:03 +0000 (07:10 +0200)]
added showconf option. Fixed bug that prevented the rc file from being correctly sourced for GIT variables.
danix [Fri, 14 Apr 2023 09:57:37 +0000 (11:57 +0200)]
adding notes now pushes changes to remote
danix [Fri, 14 Apr 2023 08:45:52 +0000 (10:45 +0200)]
sync operations now check for last sync before running again. It's possible to set a delay between sync operations.
danix [Fri, 14 Apr 2023 07:32:15 +0000 (09:32 +0200)]
removed the 'function' keyword before declaring a function as is not needed.
danix [Thu, 13 Apr 2023 14:16:45 +0000 (16:16 +0200)]
git hidden directory is now backed up and restored properly
danix [Thu, 13 Apr 2023 13:27:16 +0000 (15:27 +0200)]
initial setup of git functionality. The program can now initalize a local repo and add a remote.
danix [Mon, 10 Apr 2023 16:15:36 +0000 (18:15 +0200)]
when creating a note, if the title is not specified, two random words will be assigned as title.
danix [Mon, 10 Apr 2023 08:21:09 +0000 (10:21 +0200)]
Added sleep 1 sec after deleting notes to allow the user to read the
message before the window closes.
modified: SOURCE/CORE/core-remove.sh
modified: notes.sh
danix [Fri, 7 Apr 2023 09:01:14 +0000 (11:01 +0200)]
backups management. Some UX improvements
danix [Fri, 7 Apr 2023 07:19:21 +0000 (09:19 +0200)]
implemented backup and restore routines
danix [Mon, 3 Apr 2023 16:42:43 +0000 (18:42 +0200)]
working on the backup and backup restore functionalities.
danix [Wed, 29 Mar 2023 09:51:37 +0000 (11:51 +0200)]
removed conditional that printed the helptext after every command
danix [Wed, 29 Mar 2023 09:19:55 +0000 (11:19 +0200)]
Separated script into multiple files for easier management. Added Makefile
danix [Wed, 29 Mar 2023 08:30:22 +0000 (10:30 +0200)]
added show option to display a note using a PAGER instead of an EDITOR.
danix [Mon, 27 Mar 2023 16:00:17 +0000 (18:00 +0200)]
script passed through shellcheck linter
danix [Sun, 26 Mar 2023 06:21:23 +0000 (08:21 +0200)]
Added ChangeLog to README
modified: README.md
danix [Sun, 26 Mar 2023 06:02:22 +0000 (08:02 +0200)]
added debugging.
danix [Sun, 26 Mar 2023 05:18:15 +0000 (07:18 +0200)]
Fixed minor typo.
modified: README.md
danix [Sat, 25 Mar 2023 19:34:26 +0000 (20:34 +0100)]
small README cleanup
danix [Sat, 25 Mar 2023 19:20:53 +0000 (20:20 +0100)]
small README updates
danix [Sat, 25 Mar 2023 18:33:26 +0000 (19:33 +0100)]
Added install info in the README.
danix [Sat, 25 Mar 2023 18:27:53 +0000 (19:27 +0100)]
updated README
danix [Sat, 25 Mar 2023 10:54:41 +0000 (11:54 +0100)]
implemented <delete all notes> routine
danix [Sat, 25 Mar 2023 10:35:06 +0000 (11:35 +0100)]
running the program without options now displays the help text
modified: notes.sh
danix [Sat, 25 Mar 2023 10:15:39 +0000 (11:15 +0100)]
Function delete implemented. Improved listing.
modified: README.md
modified: notes.sh
danix [Sat, 25 Mar 2023 08:24:36 +0000 (09:24 +0100)]
fixed error when adding first note on new install. Fixed error when listing empty db.
danix [Sat, 25 Mar 2023 07:29:00 +0000 (08:29 +0100)]
Added check to verify if note argument is an integer
modified: notes.sh
danix [Fri, 24 Mar 2023 16:51:15 +0000 (17:51 +0100)]
adding readme to project
danix [Fri, 24 Mar 2023 15:50:37 +0000 (16:50 +0100)]
added 'plain' parameter to output plain text without markup
danix [Fri, 24 Mar 2023 15:26:31 +0000 (16:26 +0100)]
we can now edit a note and list all notes
danix [Fri, 24 Mar 2023 14:12:10 +0000 (15:12 +0100)]
improved the help text
danix [Fri, 24 Mar 2023 12:41:44 +0000 (13:41 +0100)]
add function mostly working. Fresh install now sets up the directories correctly
danix [Fri, 24 Mar 2023 07:41:27 +0000 (08:41 +0100)]
added script. Initial commit.