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
path:
root
/
notes.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-18
added git functionality to edit and remove options.
danix
1
-0
/
+44
2023-04-18
added showconf option. Fixed bug that prevented the rc file from being correc...
danix
1
-28
/
+56
2023-04-14
adding notes now pushes changes to remote
danix
1
-13
/
+42
2023-04-14
sync operations now check for last sync before running again. It's possible t...
danix
1
-16
/
+32
2023-04-13
git hidden directory is now backed up and restored properly
danix
1
-2
/
+12
2023-04-13
initial setup of git functionality. The program can now initalize a local rep...
danix
1
-2
/
+53
2023-04-10
when creating a note, if the title is not specified, two random words will be...
danix
1
-1
/
+24
2023-04-10
Added sleep 1 sec after deleting notes to allow the user to read the
danix
1
-0
/
+4
2023-04-07
backups management. Some UX improvements
v0.3
danix
1
-1
/
+11
2023-04-07
implemented backup and restore routines
danix
1
-23
/
+80
2023-04-03
working on the backup and backup restore functionalities.
danix
1
-12
/
+68
2023-03-29
removed conditional that printed the helptext after every command
danix
1
-4
/
+5
2023-03-29
Separated script into multiple files for easier management. Added Makefile
danix
1
-92
/
+86
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 debugging.
v0.2
danix
1
-6
/
+16
2023-03-25
small README updates
danix
1
-0
/
+0
2023-03-25
updated README
danix
1
-3
/
+6
2023-03-25
implemented <delete all notes> routine
danix
1
-19
/
+46
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
1
-26
/
+35
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
1
-1
/
+1
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