]> danix's work - bash-notes.git/log
bash-notes.git
3 months agoadded functionality to keep the program open after an operation finishes. This is... master
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.

2 years agoadded TODO list
danix [Wed, 26 Apr 2023 15:48:04 +0000 (17:48 +0200)] 
added TODO list

2 years agoreimplemented title dialog when adding note if nothing is passed on the command line.
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.

2 years agofixed issue that prevented the script from reading input from 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.

2 years agoremoved redundant query for notes details if not added from command line input.
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.

2 years agocleanup of the output of the program. Updated README. gitsupport v0.4
danix [Sat, 22 Apr 2023 07:53:42 +0000 (09:53 +0200)] 
cleanup of the output of the program. Updated README.

2 years agoif PLAIN option is enabled, git pull doesn't emit output.
danix [Tue, 18 Apr 2023 07:11:37 +0000 (09:11 +0200)] 
if PLAIN option is enabled, git pull doesn't emit output.

2 years agoadded git functionality to edit and remove options.
danix [Tue, 18 Apr 2023 06:47:37 +0000 (08:47 +0200)] 
added git functionality to edit and remove options.

2 years agoadded showconf option. Fixed bug that prevented the rc file from being correctly...
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.

2 years agoadding notes now pushes changes to remote
danix [Fri, 14 Apr 2023 09:57:37 +0000 (11:57 +0200)] 
adding notes now pushes changes to remote

2 years agosync operations now check for last sync before running again. It's possible to set...
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.

2 years agoremoved the 'function' keyword before declaring a function as is not needed.
danix [Fri, 14 Apr 2023 07:32:15 +0000 (09:32 +0200)] 
removed the 'function' keyword before declaring a function as is not needed.

2 years agogit hidden directory is now backed up and restored properly
danix [Thu, 13 Apr 2023 14:16:45 +0000 (16:16 +0200)] 
git hidden directory is now backed up and restored properly

2 years agoinitial setup of git functionality. The program can now initalize a local repo and...
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.

2 years agowhen creating a note, if the title is not specified, two random words will be assigne...
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.

2 years agoAdded sleep 1 sec after deleting notes to allow the user to read the
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

2 years agobackups management. Some UX improvements v0.3
danix [Fri, 7 Apr 2023 09:01:14 +0000 (11:01 +0200)] 
backups management. Some UX improvements

2 years agoimplemented backup and restore routines
danix [Fri, 7 Apr 2023 07:19:21 +0000 (09:19 +0200)] 
implemented backup and restore routines

2 years agoworking on the backup and backup restore functionalities.
danix [Mon, 3 Apr 2023 16:42:43 +0000 (18:42 +0200)] 
working on the backup and backup restore functionalities.

2 years agoremoved conditional that printed the helptext after every command
danix [Wed, 29 Mar 2023 09:51:37 +0000 (11:51 +0200)] 
removed conditional that printed the helptext after every command

2 years agoSeparated script into multiple files for easier management. Added Makefile
danix [Wed, 29 Mar 2023 09:19:55 +0000 (11:19 +0200)] 
Separated script into multiple files for easier management. Added Makefile

2 years agoadded show option to display a note using a PAGER instead of an EDITOR.
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.

2 years agoscript passed through shellcheck linter
danix [Mon, 27 Mar 2023 16:00:17 +0000 (18:00 +0200)] 
script passed through shellcheck linter

2 years agoAdded ChangeLog to README
danix [Sun, 26 Mar 2023 06:21:23 +0000 (08:21 +0200)] 
Added ChangeLog to README
modified:   README.md

2 years agoadded debugging. v0.2
danix [Sun, 26 Mar 2023 06:02:22 +0000 (08:02 +0200)] 
added debugging.

2 years agoFixed minor typo.
danix [Sun, 26 Mar 2023 05:18:15 +0000 (07:18 +0200)] 
Fixed minor typo.
modified:   README.md

2 years agosmall README cleanup
danix [Sat, 25 Mar 2023 19:34:26 +0000 (20:34 +0100)] 
small README cleanup

2 years agosmall README updates
danix [Sat, 25 Mar 2023 19:20:53 +0000 (20:20 +0100)] 
small README updates

2 years agoAdded install info in the README. v0.1
danix [Sat, 25 Mar 2023 18:33:26 +0000 (19:33 +0100)] 
Added install info in the README.

2 years agoupdated README
danix [Sat, 25 Mar 2023 18:27:53 +0000 (19:27 +0100)] 
updated README

2 years agoimplemented <delete all notes> routine
danix [Sat, 25 Mar 2023 10:54:41 +0000 (11:54 +0100)] 
implemented <delete all notes> routine

2 years agorunning the program without options now displays the help text
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

2 years agoFunction delete implemented. Improved listing.
danix [Sat, 25 Mar 2023 10:15:39 +0000 (11:15 +0100)] 
Function delete implemented. Improved listing.
modified:   README.md
modified:   notes.sh

2 years agofixed error when adding first note on new install. Fixed error when listing empty db.
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.

2 years agoAdded check to verify if note argument is an integer
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

2 years agoadding readme to project
danix [Fri, 24 Mar 2023 16:51:15 +0000 (17:51 +0100)] 
adding readme to project

2 years agoadded 'plain' parameter to output plain text without markup
danix [Fri, 24 Mar 2023 15:50:37 +0000 (16:50 +0100)] 
added 'plain' parameter to output plain text without markup

2 years agowe can now edit a note and list all notes
danix [Fri, 24 Mar 2023 15:26:31 +0000 (16:26 +0100)] 
we can now edit a note and list all notes

2 years agoimproved the help text
danix [Fri, 24 Mar 2023 14:12:10 +0000 (15:12 +0100)] 
improved the help text

2 years agoadd function mostly working. Fresh install now sets up the directories correctly
danix [Fri, 24 Mar 2023 12:41:44 +0000 (13:41 +0100)] 
add function mostly working. Fresh install now sets up the directories correctly

2 years agoadded script. Initial commit.
danix [Fri, 24 Mar 2023 07:41:27 +0000 (08:41 +0100)] 
added script. Initial commit.