~lucasemmoreira/hitter

simple tui to check if urls are up and running
change: makefile does not overwrite config folder
add: variable for sleep time
change: readme

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~lucasemmoreira/hitter
read/write
git@git.sr.ht:~lucasemmoreira/hitter

You can also use your local clone with git send-email.

#What is this?

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.

#Dependencies

#How can I use it?

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 =].

#Didn't like it…

No problem! make uninstall.

#What does it look like?

You can see it in my web =].