about summary refs log tree commit diff stats
path: root/check_new_clinte_posts.sh
Commit message (Collapse)AuthorAgeFilesLines
* testing for OS to improve portability of new post notificationBen Morrison2020-06-171-3/+11
|
* added extra newline after new message notificationBen Morrison2020-06-161-1/+1
|
* redirecting stderr to /dev/nullBen Morrison2020-06-161-1/+1
| | | | stops an error if a user has never used clinte
* moved hashing to shellscript to check for postsBen Morrison2020-06-161-0/+12
removes dependency on sha2 crate and allows users to choose their own hashing algorithm easily. now copies clinte.json to $HOME/.clinte.json once the posts are viewed. a shellscript can be used to compare the hash of the global clinte.json to the hash of the copy. an example script is supplied. on `make install` the example script is installed to /etc/profile.d/, where it will be run for users on login.