Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheepla/gh-userfetch
👨💻 An extension for GitHub CLI to show user profile pretty like Neofetch
https://github.com/sheepla/gh-userfetch
cli gh-extension github github-cli neofetch
Last synced: 3 months ago
JSON representation
👨💻 An extension for GitHub CLI to show user profile pretty like Neofetch
- Host: GitHub
- URL: https://github.com/sheepla/gh-userfetch
- Owner: sheepla
- License: mit
- Archived: true
- Created: 2021-09-11T15:21:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T17:42:45.000Z (about 3 years ago)
- Last Synced: 2024-06-22T09:41:15.834Z (4 months ago)
- Topics: cli, gh-extension, github, github-cli, neofetch
- Language: Shell
- Homepage:
- Size: 199 KB
- Stars: 68
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gh-cli-extensions - **userfetch** - Extension for GitHub CLI to show your GitHub profile. (Fun)
- jimsghstars - sheepla/gh-userfetch - 👨💻 An extension for GitHub CLI to show user profile pretty like Neofetch (Shell)
README
# 👨💻 gh-userfetch
An extension for [GitHub CLI](https://github.com/cli/cli) to show your GitHub profile inspired by [dylanaraps/neofetch](https://github.com/dylanaraps/neofetch) .
## Usage
Just run `gh userfetch` but needs authentication with GitHub host: `gh auth login`.
## Installation
Requires [GitHub CLI](https://github.com/cli/cli) v2.0.0+ and [stedolan/jq](https://github.com/stedolan/jq).
```bash
gh extension install sheepla/gh-userfetch
```## TODO
- [ ] configureable color
- [ ] show profile image instead of octocat logo## Contributing
Welcome!