github-notifier-1.0.0 is not a library.
Github Notifier
Setup
Configuration
Create a config.toml file in your home directory under ~/.config/github-notifier/config.toml
= "your-github-username"
= "your-github-token"
Usage
If the exit code is 2, then you have notifications. If the exit code is 0, then you do not have notifications. If the exit code is 1, then there was an error.
Example
Here is an example shell script I use as part of my waybar:
#!/bin/sh
exit_code=
if [; then
else
fi
Debugging
To run with tracing, run RUST_LOG=trace github-notifier