Adding RUOK

* Conducts sentiment analysis and provides a happy or assuring message
sometimes
* Just skeletal: we can refine it but the logic is here
This commit is contained in:
🐙PiperYxzzy
2023-04-27 22:11:05 +02:00
parent 0c3d368b48
commit d5d4ffbd7a
2 changed files with 66 additions and 0 deletions

7
ruok/commit-msg Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
#
# RUOK Hook
# Requires this commit-msg line and ruok.py to be in .git/hooks
# Also requires Python installs (see ruok.py)
cat $1 | python .git/hooks/ruok.py &