ghfetch - is an utility to fetch information from GitHub profiles right in terminals.
Build with cargo
cargo build
The executable will be stored in target/debug
./ghfetch [GITHUB_LOGIN] [GITHUB_TOKEN]
The config file is stored in the utility directory. And I do not collect any data from it.
For full information fetch you need to provide GitHub token, that is how GitHub API works.
Rust's 'Termion' crate gives 'Terminal Cursor Time Out' exception when using squeezed Kitty terminal emulator window.