https://github.com/lusingander/ghsh
https://github.com/lusingander/ghsh
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lusingander/ghsh
- Owner: lusingander
- License: mit
- Created: 2024-09-30T08:55:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-30T08:55:42.000Z (over 1 year ago)
- Last Synced: 2025-12-13T13:04:15.001Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 66.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ghsh
GitHub Star History TUI

## Prerequirements
You must set your GitHub access token via the `--token` or the `GHSH_ACCESS_TOKEN` environment variable.
> [!NOTE]
> You don't need to specify anything in the scope (only public information will be accessed).
## Usage
```
ghsh - GitHub Stars History TUI
Usage: ghsh [OPTIONS]
Options:
-u, --user GitHub username
-r, --repository GitHub repositories (multiple repositories can be specified)
Format: 'user/repo' or 'repo' if user is specified
-t, --token GitHub access token
--debug Enable debug logging
-h, --help Print help
-V, --version Print version
```
> [!WARNING]
> If you specify only a user, multiple repositories, or a repository with a large number of stars, it may take a very long time or exceed the API request limit, resulting in an error.
## License
MIT