A Neofetch-like CLI tool that beautifully displays GitHub profile information in your Kitty Terminal.
- GitHub user info with bio, followers, repos, etc.
- Rust/Cargo
- Git
- Clone the repository:
git clone git@github.com:fuan200/githubfetch.git
cd githubfetch/- Run:
cargo run -- <github-username>- Build debug and run it:
cargo build
./target/debug/githubfetch <github-username>- Build release and run it:
cargo build --release
./target/release/githubfetch <github-username>with yay:
yay -S githubfetch-fuanOr manually with makepkg:
git clone https://aur.archlinux.org/githubfetch-fuan.git
cd githubfetch-fuan
makepkg -siOr using the PKGBUILD from this repo:
git clone https://github.com/Fuan200/githubfetch
cd githubfetch
makepkg -sigithubfetch <github-username>githubfetch torvalds
githubfetch fuan200
