Skip to content

desyatkoff/githubfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHubFetch

  ____ _ _   _   _       _     _____    _       _     
 / ___(_) |_| | | |_   _| |__ |  ___|__| |_ ___| |__  
| |  _| | __| |_| | | | | '_ \| |_ / _ \ __/ __| '_ \ 
| |_| | | |_|  _  | |_| | |_) |  _|  __/ || (__| | | |
 \____|_|\__|_| |_|\__,_|_.__/|_|  \___|\__\___|_| |_|


  Description  
   
  Features  
   
  Installation  
   
  Usage  
   
  Demo  
   
  Feedback  
   
  Contributing  
   
  License  

Description

Fetch GitHub profile info by username

It's like neofetch or fastfetch, but for GitHub

Features

  • Prints available user profile info
    • ID
    • Name
    • Company
    • Blog
    • Location
    • Email
    • Bio
    • Public Repos
    • Public Gists
    • Followers
    • Following
    • Total Stars
    • Created At
  • Colored outputs
  • ASCII-art of GitHub logo

Installation

Choose your preferred installation method:

  • git clone the repository and launch installer script
    git clone https://github.com/desyatkoff/githubfetch.git && cd githubfetch/ && bash ./install.sh
  • curl the installer script
    bash <(curl -fsSL https://raw.githubusercontent.com/desyatkoff/githubfetch/main/install.sh)

Usage

USAGE:
    githubfetch [OPTIONS] <USERNAME>

OPTIONS:
    -h, --help       Print help
    -V, --version    Print version

Demo

Feedback

Found a bug? Open an issue

Want to request a feature? Start a discussion

Contributing

Refer to CONTRIBUTING.md

License

Copyright (C) Sergey Desyatkov

Template is licensed under the GNU General Public License v3.0 or later. See the LICENSE file for more details