Allow suppression of new post notifications
Added a man page
Improved install script: checks for OS before determining user/group to
install files as.
Bugfix:
e63da Check if $EDITOR contains flags before calling.
If it contains flags, split by whitespace and pass them in as arguments to
std::process::Command. Otherwise, just pass it in as normal. This was causing
a panic/abort.
notify script is more portable
removing notify script on `make uninstall`
fixed error in check_new_clinte_posts.sh
redirects local file's sha256sum stderr to /dev/null.
hides error if user has never opened clinte.
line wrapping, nondestructive upgrade, check new posts
ad215ba install target: check for clinte.json before copying
0fe685c copying clinte.json to allow external hashing, added shellscript
rewrite to use json for storage
instead of sqlite.
e4af001 updated readme
bb327d3 extensive rewrite to use json for storage:
e4856f6 more testing
3578c80 bumped version in Cargo.toml
87bf08a expanded testing
967ac7e travis using single-threaded testing
ec59c5f make test is now single-threaded
2cb85a4 testing create/delete
8d0f0b4 clarified upgrade process and note section
huge cleanup:
c5ea653 logging changes
53f2d63 using in-memory db for tests, passing path to logging::init()
7d132af changed author line
16fbf51 moved check for val of $EDITOR into ed::call()
cf3b662 hiding some log messages behind -v flag
fdf322b updated makefile to use printf instead of echo
f79e97f removed panics from logging initialization
8ecc294 cleaner error handling and verbose logging in main()
841e6a3 removed panics and refactored error handling
c3c1db6 editing a post calls $EDITOR
896f987 prepopulating editor with post body when editing
99c5537 post ID can be specified as an argument.
9aaaedc clippy lints
8fbced8 added test for tempfile creation
5b6d798 expanded usage, removed extraneous info about crates
trimming whitespace when displaying & submitting posts
Miscellaneous updates
Removed extraneous newline when displaying posts
Updated dependencies in Cargo.lock
Added release profile in Cargo.toml