Commit Graph

11 Commits

Author SHA1 Message Date
Jon-William Lewis
6e7f4c3e95 Fixed a bug in header script which caused my home directory to be used instead of variables 2015-06-10 08:43:01 -05:00
Jon-William Lewis
9a9dbcc171 Fixed bug in header script which caused default home directory to be mine, instead of $(whoami) 2015-06-10 08:39:49 -05:00
Jon-William Lewis
d70d3b4312 fixed bug in build script that caused incorrect header comment 2015-06-10 08:38:25 -05:00
Jon-William Lewis
121abb1df7 Further sanitization of variables; checks out with shellcheck.net now 2015-06-10 08:35:16 -05:00
Jon-William Lewis
9334f3ba45 Made configuration directory static
Moved header variables to new file
Started sanitizing variable references
2015-06-10 00:23:33 -05:00
Jon-William Lewis
3cb375f64b 2.0a4 -> 2.0a5
Changed some filenames
Rewrote edit function to be more sane
Separated encryption and decryption functions from edit into libencryption.sh
Fixed a bug where an edit tag would be added regardless of create status
2015-05-07 22:11:13 -05:00
Jon-William Lewis
64e504ebcb v2.0a3 -> v2.0a4
Rearranged tree to be more sane.
Made formatting changes to stage 2.
Fixed a bug where edit would be bypassed if the note was just created.
2015-05-07 21:23:12 -05:00
Jon-William Lewis
a0ad2e7d48 Alpha 3
Testing:
Print function works
2015-03-18 14:53:05 -05:00
Jon-William Lewis
45717e33b5 Simple Note System v2.0a2
Changes:
Split script into several different files for easier editting
Added build.sh to compile Simple Note System from tree
Changed config file to config folder; $HOME/.sns now contains configuration and notes

Testing:
Script runs and produces help screen; no further testing done.
2015-03-18 12:52:00 -05:00
Jon-William Lewis
1864543bf5 Added comment declaring end of interface section in preparation for sns 2 2015-03-16 12:46:01 -05:00
Jon-William Lewis
971734e40e Initial Commit 2015-03-16 12:42:25 -05:00