cargo install dono-cli
git clone https://github.com/jervw/dono
cd dono
cargo build --release
cargo run
Navigate to your GitHub developer settings. Click the Personal access tokens menu, then click Generate new token (classic).
Scopes are not required.
GitHub will display the personal access token once. Copy the token into dono.toml
configuration file.
After installing dono
, edit the example configuration to your liking.
The location is $XDG_CONFIG_HOME/dono/dono.toml
.
A CLI tool to show your GitHub contributions
Usage: dono <user_name>
Arguments:
<user_name> GitHub user name
Options:
-h, --help Print help information
-V, --version Print version information
Please create an issue :)
- Week starts on monday setting
- Display stats (e.g. streaks, highest contributions)
- Custom queries
This project is licensed under the MIT. See the LICENSE file for details.