This is an small utility for updating your slack status. I wrote it in Rust because it is multiplatform, fast and dependency free.
I use it with my pomodoro app. I may publish it as a crate in the future after some time using it.
After git pull and cd into the directory:
cargo install --path .
TL;DR. As an example:
bash
slacktus -t xoxp-00000000000-00000000000-00000000000-00000000000000000000000000000000 -e :tomato: -s 'Focusing for 25 min, I will respond in a bit' -d 1
After it is installed, execute slacktus --help
and it will show all the options.
``` Slacktus - Change your slack status with one command. 1.0 David Bonet dbmontes@gmail.com It updates your slack status in one command. Perfect for pomodoro apps and similar.
USAGE:
slacktus [FLAGS] [OPTIONS] --token
FLAGS: -h, --help Prints help information -V, --version Prints version information -v, --verbose Prints the Request and the Response
OPTIONS:
--api-url
The project is veeery simple. Additions are welcome. Any change or improvement, welcome too. Just let me know the use case. If I have time I would love to updated and extend it too.