| Crates.io | gitstat |
| lib.rs | gitstat |
| version | 0.1.0 |
| created_at | 2025-09-06 15:46:45.074638+00 |
| updated_at | 2025-09-06 15:46:45.074638+00 |
| description | Display GitHub activity schema for any user - Terminal-adaptive CLI with beautiful blue theme |
| homepage | https://github.com/nathbns/gitstat |
| repository | https://github.com/nathbns/gitstat |
| max_upload_size | |
| id | 1827204 |
| size | 70,219 |
A beautiful, terminal-adaptive CLI tool to display GitHub activity schemas for any user.
cargo install gitstat
git clone https://github.com/nathbns/gitstat
cd gitstat
cargo install --path .
# Set your GitHub token (get one at https://github.com/settings/tokens)
export GITHUB_TOKEN=your_token_here
gitstat username
gitstat --token your_token_here username
# View your own contributions
gitstat nathbns
# View any public user's contributions
gitstat octocat
You need a GitHub personal access token to use this tool:
read:user permission--token flag or GITHUB_TOKEN environment variableGitStat displays:
MIT License - see LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.