octofetch
octofetch copied to clipboard
Github user information on terminal :D
octofetch
Table of Contents
- Usage
- Installation
- Features
- FAQ
A CLI tool for fetching GitHub stats, kinda like neofetch
Usage
octofetch <username>
with custom config file
octofetch -c path\to\config <username>
Installation
Windows
- Get the latest
.exefile from here - Place the file somewhere you can access and open terminal at that directory
- Do
./octofetch.exe <username> - Add to PATH variables for easier usage (optional)
Local install with cargo
Run cargo install --git https://github.com/azur1s/octofetch
Manual install with cargo
- Clone git repos:
git clone https://github.com/azur1s/octofetch - Change directory:
cd octofetch - Build binary
make buildorcargo build - Change directory to
./target/debugand then run it!
Linux
Features
fetch github user stats lol
FAQ
Why rust? that language can also do the same thing!
Yes, I agree with that but, This is my first project on rust and I might implement some more feature in the future too. Pretty proud of it ngl :D