azur1s / octofetch

Github user information on terminal :D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

octofetch

Table of Contents

  1. Usage
  2. Installation
  3. Features
  4. 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

  1. Get the latest .exe file from here
  2. Place the file somewhere you can access and open terminal at that directory
  3. Do ./octofetch.exe <username>
  4. 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

  1. Clone git repos: git clone https://github.com/azur1s/octofetch
  2. Change directory: cd octofetch
  3. Build binary make build or cargo build
  4. Change directory to ./target/debug and then run it!

Linux

Packaging status

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

About

Github user information on terminal :D

License:MIT License


Languages

Language:Rust 97.5%Language:Makefile 2.5%