Skip to content

Latest commit

 

History

History
81 lines (58 loc) · 1.17 KB

File metadata and controls

81 lines (58 loc) · 1.17 KB

GitHubFetch

A Neofetch-like CLI tool that beautifully displays GitHub profile information in your Kitty Terminal.

Features

  • GitHub user info with bio, followers, repos, etc.

Requirements

  • Rust/Cargo
  • Git

Installing

Debian based

Development

  1. Clone the repository:
git clone git@github.com:fuan200/githubfetch.git
cd githubfetch/
  1. Run:
cargo run -- <github-username>
  1. Build debug and run it:
cargo build
./target/debug/githubfetch <github-username>
  1. Build release and run it:
cargo build --release
./target/release/githubfetch <github-username>

Arch Linux (AUR)

with yay:

yay -S githubfetch-fuan

Or manually with makepkg:

git clone https://aur.archlinux.org/githubfetch-fuan.git
cd githubfetch-fuan
makepkg -si

Or using the PKGBUILD from this repo:

git clone https://github.com/Fuan200/githubfetch
cd githubfetch
makepkg -si

Usage

githubfetch <github-username>

Example

githubfetch torvalds
githubfetch fuan200

Example output

example image

another example