2018-05-17 18:47:05 -07:00
2018-05-17 18:47:05 -07:00
2018-03-30 05:52:40 -07:00
2018-03-29 21:07:01 -07:00
2018-04-22 21:07:00 -07:00
2018-04-21 20:22:18 -07:00
2018-05-17 18:36:29 -07:00

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

  • $ cd $GOPATH
  • $ mkdir -p src/github.com/gabrie30
  • $ cd src/github.com/gabrie30
  • $ git clone https://github.com/gabrie30/ghorg.git
  • $ cd ghorg
  • $ cp .env-sample .env
  • update your .env
  • $ make install
  • $ go install

Get 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
Description
No description provided
Readme Apache-2.0 12 MiB
Languages
Go 71.1%
Shell 27.2%
Dockerfile 0.7%
Ruby 0.5%
Makefile 0.2%
Other 0.3%