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
- Host: GitHub
- URL: https://github.com/desyatkoff/githubfetch
- Owner: desyatkoff
- License: gpl-3.0
- Created: 2025-11-02T09:30:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-02T13:15:40.000Z (8 months ago)
- Last Synced: 2025-11-02T15:10:28.238Z (8 months ago)
- Topics: cli, fastfetch, fetch, github, githubfetch, neofetch, rust
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
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

## 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