Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/synacktraa/gitfetch
A tool to fetch repository and user info
https://github.com/synacktraa/gitfetch
Last synced: about 1 month ago
JSON representation
A tool to fetch repository and user info
- Host: GitHub
- URL: https://github.com/synacktraa/gitfetch
- Owner: synacktraa
- License: mit
- Created: 2022-05-29T19:58:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T07:10:19.000Z (over 2 years ago)
- Last Synced: 2024-06-19T06:55:58.587Z (7 months ago)
- Language: Go
- Size: 794 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
gitfetch>Gitfetch is a command-line utility which fetches information about users and repositories from different hosts.
### Github User
---
### Github Repo
---
### Gitlab Repo
---
## **Usage**
Only go is needed compile. There is no other dependencies.
Install:
```sh
go install github.com/SynAcktraa/gitfetch@master
```Build:
```sh
go build .
```Help:
```sh
gitfetch help
```Run:
```sh
gitfetch golang/go
```> If host is not specified, it defaults to github.
---
Host | 1 | 2 | 3
----------|------------------------|------------------------------|---------------------------------
Github | ``gh//`` | ``github//`` | ``github.com//``
Gitlab | ``gl//`` | ``gitlab//`` | ``gitlab.com//``
Gitea | ``gt//`` | ``gitea//`` | ``gitea.com//``## **Checklist**
- [x] Github Support
- [ ] Fetches Gitlab repository info but still doesn't support user info
- [ ] Gitea Support
- [ ] Authentication support
- [x] Display repo stats according to language color (Github only)
- [ ] Display user profile picture in terminal
- [ ] Add rest of the language color code
---
> A tool inspired from iddev5/scafetch
---## **License**
### MIT
Copyright for portions of project [gitfetch](https://github.com/SynAcktraa/gitfetch) are held by [Github Account [SynAcktraa](https://github.com/SynAcktraa) Owner, 2022] as part of project [gitfetch](https://github.com/SynAcktraa/gitfetch)
All other copyright for project [gitfetch](https://github.com/SynAcktraa/gitfetch) are held by [Github Account [SynAcktraa](https://github.com/SynAcktraa) Owner, 2022].
Check the [LICENSE](LICENSE) for more details.