This CLI solves one queston: Is it Furvester already? Implemented in pure rust 🦀
isitfurvester
calls the server https://isitfurvesteralready.info/ to get the current status.
You need to install rust and cargo
first.
To build isitfurvester
then clone this repo with
$ git clone https://github.com/maakinoh/isItFurvester.git
$ cd isitfurvester
Then run
cargo build --release
You can get the answer by simply calling
$ isitfurvester
You can change the URL of the server to query by setting the argument --url
like
$ isitfurvester --url="https://my.custom.domain"
To just get the remaining days set the --days
flag.
Like:
$ isitfurvester --days
I don't even know but it is in rust - must be good then xP