Commit Graph

92 Commits

Author SHA1 Message Date
Jon-William Lewis
faab86dff2 Continued work on loosening note definition; added framework for color in errors. 2016-02-15 00:55:29 -06:00
Jon-William Lewis
2b77e325ae Changed old argument parser to more sensible case statement; began work to recognize
any path as a valid note path.
2016-02-15 00:41:19 -06:00
Jon-William Lewis
d11c2597c4 Formatting changes 2016-02-15 00:20:50 -06:00
Jon-William Lewis
3664b3b429 Fixed a bug where verify_store would create a " directory tree. 2016-02-15 00:08:21 -06:00
Jon-William Lewis
a8a92ba079 Changed help function to match README 2016-02-15 00:03:01 -06:00
Jon-William Lewis
b2482ca1e4 Improvded README 2016-02-14 23:56:32 -06:00
Jon-William Lewis
7ee116941e Merge branch 'SNSv2' of alfheim.central.xn:xilmwa/sns into SNSv2 2016-02-14 23:26:47 -06:00
Jon-William Lewis
54e2cdedd6 Made changes to help system 2016-02-14 23:26:25 -06:00
Jon-William Lewis
48b65a6bef Cleaned up unnecessary files 2016-02-14 22:58:47 -06:00
Jon-William Lewis
1cce779aa7 Changed readme to match recent changes 2016-02-14 22:54:01 -06:00
Jon-William Lewis
993a6508d3 Code cleanup 2016-02-11 00:22:34 -06:00
Jon-William Lewis
7e1655402b Merge branch 'SNSv2' of alfheim.central.xn:xilmwa/sns into SNSv2 2016-02-10 23:39:50 -06:00
Jon-William Lewis
856b14242c Formatting changes 2016-02-10 23:34:49 -06:00
Jon-William Lewis
be3871f859 Formatting changes 2016-02-10 23:33:43 -06:00
Jon-William Lewis
16b9d5c469 Merge branch 'SNSv2' of alfheim:xilmwa/sns into SNSv2
Moving progress to another computer.
2016-02-09 20:37:04 -06:00
Jon-William Lewis
e50e9464af Making sure all progress was committed 2016-02-09 20:36:44 -06:00
Jon-William Lewis
221dcded68 Not sure 2016-02-09 20:35:53 -06:00
Jon-William Lewis
ef1469762b * Moved no editor warning to edit function
* Added message in create_sns_root showing SNS's environment was actually initialized
* Changed flag to create SNS's environment from -w to -i
2016-01-31 21:30:39 -06:00
Jon-William Lewis
77c3398c5f Corrected issues arising from "$BASE_DIR" vs "$ROOT_DIR" 2016-01-25 23:41:41 -06:00
Jon-William Lewis
238934c979 fixed init function to reflect version change 2016-01-25 21:21:49 -06:00
Jon-William Lewis
25e5d399d1 fixed print function and made appropriate changes to other parts of the program; changed version to alpha 8 2016-01-25 21:20:20 -06:00
Jon-William Lewis
2d8db83c3c Reworked print function 2016-01-25 21:00:43 -06:00
Jon-William Lewis
8fc731aaa0 Progress. I can now create and edit notes reliably. 2016-01-25 19:33:48 -06:00
Jon-William Lewis
6a21731082 Variable name reworking; laid foundation for GPG encryption (instead of OpenSSL) 2016-01-25 17:20:05 -06:00
Jon-William Lewis
908b93242c Added initial readme 2015-10-31 14:24:33 -05:00
Jon-William Lewis
631d52689e Fixed another bug which causes my home directory to be referenced as opposed to generic "$HOME" 2015-09-19 19:12:00 -05:00
Jon-William Lewis
35094aed04 Fixed erroneous reference to former static ~/.sns BASEDIR
Added hook to actually delete a note if requested
Removed old, commented code
Simplified create and delete logic by removing unnecessary checks that make no sense to me now
Cleaned up output from create event
2015-09-19 18:40:43 -05:00
Jon-William Lewis
337a1bf3a3 Replaced all [ p -o q ] with [ p ] || [ q ] and all [ p -a q ] with [ p ] && [ q ] 2015-09-19 18:23:47 -05:00
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
21b457c38c Officially changed version string to 2.0a5; no other changes 2015-05-14 23:23:57 -05:00
Jon-William Lewis
cc2a235c9e Accidentally deleted errors.ref 2015-05-07 22:14:43 -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
Jon-William Lewis
cba92f4598 Initial Commit 2015-03-16 12:40:34 -05:00