ghfetch
November 18, 2024 ยท View on GitHub
ghfetch - is an utility to fetch information from GitHub profiles right in terminals.
Example

Build
Build with cargo
cargo build
The executable will be stored in target/debug
Usage
./ghfetch [GITHUB_LOGIN] [GITHUB_TOKEN]
- Provide GitHub login as a first argument for user info.
- Provide GitHub token as a second argument for repo, activity info. Using GitHub token with only 'read:user, user:follow' is strongly adviced.
- You can save login and token in the config file when using the utility. You will be asked 'Save arguments to the config file?'. Type 'y' to confirm or any other key to deny.
Notes
The config file is stored in the utility directory. And I do not collect any data from it.
Requirements
For full information fetch you need to provide GitHub token, that is how GitHub API works.
Known issues
Rust's 'Termion' crate gives 'Terminal Cursor Time Out' exception when using squeezed Kitty terminal emulator window.