/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.

Primary LanguageShellMIT LicenseMIT

DESCRIPTION

This script search an user into all repositories

REQUIREMENTS

USAGE

  • clone this repo and cd /path/to/this/repo
  • mv .env.examle .env
  • set your token into .env (get the token)
  • ./githubcli-sc or ./githubcli-sc 10 (to search in the top 10 repositories)

AUTHOR:

this script is written by Alfio Salanitri <www.alfiosalanitri.it> and are licensed under MIT License.