change: makefile does not overwrite config folder
add: variable for sleep time
change: readme
It is a simple janet program that checks multiple url status. It will hit the urls every n seconds (default being 15 seconds). If you want to close hitter, just C-c
or close the terminal.
It is very simple. The most straight foward way is to clone and run
sudo make deps
make install
The urls you want to check are in $HOME/.config/hitter/urls
.
As far as I can tell, janet can only install dependencies with root permission, but after that, to build no admin is necessary anymore. So in the makefile you probably need to specify a local $PATH
. Of course, you can put in /usr/bin/
, and if so, run make install
with sudo =].
No problem! make uninstall
.
You can see it in my web =].