Files
ghorg/README.md
Jay Gabriels 61a7b8d823 update readme
2018-04-30 22:21:13 -07:00

736 B

ghorg

Github search is terrible. The idea here is quickly clone all org repos into a single directory and use something like ack for searching the org. Can also be used for setting up kuve https://github.com/wrsinc/kuve

Use

  • $ ghorg nameoforg

Setup

  • $ git clone
  • $ cd ghorg
  • $ cp .env-sample .env
  • update your .env
  • $ make install
  • $ go install

Use Existing GitHub Token

$ security find-internet-password -s github.com  | grep "acct" | awk -F\" '{ print $4 }'

Auth through SSO

  • If org is behind SSO a normal token will not work. You will need to add SSO to the Github token