~gbmor/clinte

116734fc — Benjamin Morrison 3 years ago master
let's actually set the file permissions this time
5d46c86e — Benjamin Morrison 3 years ago
fix moved val compile error
91b0ee7a — Benjamin Morrison 3 years ago
set ~/.clinte.json to 644
06af54fd — Benjamin Morrison 4 years ago
removed panic on error in favor of exit(1) and clean msg
f682df27 — Benjamin Morrison 4 years ago v2.1.4
version bump to 2.1.4
4b30a05b — Benjamin Morrison 4 years ago
explicit test if /etc/profile.d is a directory rather than for the

general existence of /etc/profile.d
3eac3167 — Benjamin Morrison 4 years ago
switching from a full build to 'cargo check' in CI

accomplishes mostly the same thing for my purposes and reduces
the CI run time.
a69f61ca — Benjamin Morrison 4 years ago
moved makefile install target to shellscript

Testing for OS before decided what group to assign to binary and
files. If Linux, both groups are 'root'. If OpenBSD, the groups
are 'bin' and 'wheel'. I don't have a FreeBSD or NetBSD system
handy right now to check those.
e7544b9b — Benjamin Morrison 4 years ago
corrected post subject stated max length in man page
fe77fcfc — Benjamin Morrison 4 years ago
man page for clinte

Amended Makefile to install said man page.
Explicitly installing files -o root -g root.
9d8bbab3 — Benjamin Morrison 4 years ago
allow per-user suppression of clinte notifications

If a user places a file at $HOME/.hushclinte, they will not be
notified of new posts on login.

Moved check logic to a function. Test if .hushclinte exists. If
it doesn't, run the announce function (check_clinte).

Also fixed a shellcheck error - unquoted variable expansion.
Changed string literals to single-quotes.
e63da0b7 — Ben Morrison 4 years ago v2.1.3
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.
e5c19781 — Ben Morrison 4 years ago v2.1.2
crate version bump
95b0bbd7 — Ben Morrison 4 years ago
added removal of notify script to uninstall target
a0d9d84d — Ben Morrison 4 years ago
testing for OS to improve portability of new post notification
39ca959b — Ben Morrison 4 years ago
updated repo location to sr.ht
fef5f9ff — Ben Morrison 4 years ago
added sr.ht info to readme

re: sending patches, and build status
3954b2ad — Ben Morrison 4 years ago
added extra newline after new message notification
e7926ccf — Ben Morrison 4 years ago v2.1.1
crate version bump
15006ab6 — Ben Morrison 4 years ago
redirecting stderr to /dev/null

stops an error if a user has never used clinte
Next
Do not follow this link