An open API service indexing awesome lists of open source software.

https://github.com/desyatkoff/githubfetch

Fetch GitHub profile info by username
https://github.com/desyatkoff/githubfetch

cli fastfetch fetch github githubfetch neofetch rust

Last synced: about 1 month ago
JSON representation

Fetch GitHub profile info by username

Awesome Lists containing this project

README

          

# 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
```Shell
git clone https://github.com/desyatkoff/githubfetch.git && cd githubfetch/ && bash ./install.sh
```
* `curl` the installer script
```Shell
bash <(curl -fsSL https://raw.githubusercontent.com/desyatkoff/githubfetch/main/install.sh)
```

## Usage

```Shell
USAGE:
githubfetch [OPTIONS]

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

## Demo

![](/assets/demo.png)

## Feedback

Found a bug? [Open an issue](https://github.com/desyatkoff/githubfetch/issues/new)

Want to request a feature? [Start a discussion](https://desyatkoff/githubfetch/discussions/new?category=ideas)

## Contributing

Refer to [CONTRIBUTING.md](/docs/CONTRIBUTING.md)

## License

Copyright (C) Sergey Desyatkov

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