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

https://github.com/alfiosalanitri/github-cli-search-collaborator

A simple bash script to scan your github repositories and list all collaborators for each one. You can also type the username to search.
https://github.com/alfiosalanitri/github-cli-search-collaborator

bash githubcli

Last synced: 9 months ago
JSON representation

A simple bash script to scan your github repositories and list all collaborators for each one. You can also type the username to search.

Awesome Lists containing this project

README

          

# DESCRIPTION
This script search an user into all repositories

# REQUIREMENTS
- github-cli ([read doc usage](https://cli.github.com/manual/gh_help_environment))

# USAGE
- clone this repo and `cd /path/to/this/repo`
- `mv .env.examle .env`
- set your token into .env ([get the token](https://github.com/settings/tokens))
- `./githubcli-sc` or `./githubcli-sc 10` (to search in the top 10 repositories)

# AUTHOR:
this script is written by Alfio Salanitri and are licensed under MIT License.