index
:
bash-notes
gitsupport
master
A simple note taking app written in bash
by Danilo aka danix
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-26
fixed issue that prevented the script from reading input from command line.
danix
2
-0
/
+12
2023-04-26
removed redundant query for notes details if not added from command line input.
danix
2
-124
/
+8
2023-04-22
cleanup of the output of the program. Updated README.
v0.4
gitsupport
danix
5
-56
/
+107
2023-04-18
if PLAIN option is enabled, git pull doesn't emit output.
danix
2
-4
/
+4
2023-04-18
added git functionality to edit and remove options.
danix
4
-0
/
+88
2023-04-18
added showconf option. Fixed bug that prevented the rc file from being correc...
danix
6
-53
/
+109
2023-04-14
adding notes now pushes changes to remote
danix
4
-26
/
+84
2023-04-14
sync operations now check for last sync before running again. It's possible t...
danix
4
-19
/
+51
2023-04-14
removed the 'function' keyword before declaring a function as is not needed.
danix
8
-13
/
+13
2023-04-13
git hidden directory is now backed up and restored properly
danix
3
-4
/
+24
2023-04-13
initial setup of git functionality. The program can now initalize a local rep...
danix
5
-5
/
+107
2023-04-10
when creating a note, if the title is not specified, two random words will be...
danix
3
-2
/
+48
2023-04-10
Added sleep 1 sec after deleting notes to allow the user to read the
danix
2
-0
/
+8
2023-04-07
backups management. Some UX improvements
v0.3
danix
4
-30
/
+109
2023-04-07
implemented backup and restore routines
danix
4
-47
/
+157
2023-04-03
working on the backup and backup restore functionalities.
danix
5
-23
/
+140
2023-03-29
removed conditional that printed the helptext after every command
danix
2
-8
/
+9
2023-03-29
Separated script into multiple files for easier management. Added Makefile
danix
10
-92
/
+516
2023-03-29
added show option to display a note using a PAGER instead of an EDITOR.
danix
1
-17
/
+75
2023-03-27
script passed through shellcheck linter
danix
1
-15
/
+43
2023-03-26
Added ChangeLog to README
danix
1
-0
/
+7
2023-03-26
added debugging.
v0.2
danix
2
-6
/
+29
2023-03-26
Fixed minor typo.
danix
1
-1
/
+1
2023-03-25
small README cleanup
danix
1
-4
/
+4
2023-03-25
small README updates
danix
2
-1
/
+2
2023-03-25
Added install info in the README.
v0.1
danix
1
-0
/
+12
2023-03-25
updated README
danix
2
-7
/
+106
2023-03-25
implemented <delete all notes> routine
danix
2
-21
/
+48
2023-03-25
running the program without options now displays the help text
danix
1
-1
/
+2
2023-03-25
Function delete implemented. Improved listing.
danix
2
-28
/
+36
2023-03-25
fixed error when adding first note on new install. Fixed error when listing e...
danix
1
-14
/
+21
2023-03-25
Added check to verify if note argument is an integer
danix
1
-4
/
+27
2023-03-24
adding readme to project
danix
2
-1
/
+24
2023-03-24
added 'plain' parameter to output plain text without markup
danix
1
-2
/
+12
2023-03-24
we can now edit a note and list all notes
danix
1
-2
/
+18
2023-03-24
improved the help text
danix
1
-29
/
+68
2023-03-24
add function mostly working. Fresh install now sets up the directories correctly
danix
1
-53
/
+114
2023-03-24
added script. Initial commit.
danix
1
-0
/
+139