Skip to content

Fuan200/githubfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors