Custom Github notifications cli

I want my own git notifications using the Github API without the browser. For the moment I will return the data in the CLI. Maybe later I can put a frontend dunst style.

Run this

First of all you will need a personal access token from github, how to do get one here. Once you have that save it well. You only can see the token one time after its creation. Save it well!

bash git clone https://github.com/marcelarie/git-tellme cd git-tellme echo AUTH_TOKEN='token YOUR_TOKEN_HERE' > .env cargo install cargo run

Or create a binary with cargo build and add it to your $PATH.

bash git clone https://github.com/marcelarie/git-tellme cd git-tellme cargo install cargo build PATH=$PATH:~/opt/bin

Main Todos

Using

GitHub API reqwest tokio