Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.04 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.04 KB

GitHub Grep v0.1


Description

This tool will allow you to search for any code on a specific repository or organization and even a user

Install

go get github.com/xpl0ited1/githubGrep

Usage

$ githubGrep -search GITHUB -user xpl0ited1 -lang Go

  -content
        display content of code
  -lang string
        programming language
  -org string
        organization to look at
  -page int
        page number, only if results are more than 100 (default 1)
  -repo string
        repo to look at
  -search string
        code to search
  -user string
        user to look at


Examples

img.png

img_1.png