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.
- Host: GitHub
- URL: https://github.com/alfiosalanitri/github-cli-search-collaborator
- Owner: alfiosalanitri
- License: mit
- Created: 2022-12-01T23:07:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T23:17:19.000Z (about 3 years ago)
- Last Synced: 2025-02-05T10:17:30.672Z (11 months ago)
- Topics: bash, githubcli
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.