Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 749 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 749 Bytes

ggrep

🔍 CLI utility to quickly browse GitHub repositories

How to setup?

A. Compile by yourself

  1. Clone this repository to your local machine
  2. cd to cloned repository
  3. Run chmod +x *.sh
  4. Launch script (Golang compiler required)
    ./setup.sh <shell_config_file>
  5. Now binary ggrep in /home/bin created

B. Pull image and run via Docker

  1. Run to pull container and run shell inside it
    docker run -it --rm humanbelnik/ggrep

How to use?

Launch (if compiled)

ggrep [-lang=<programming_language>] <token1> ... <tokenX>

Launch (Docker)

./ggrep [-lang=<programming_language>] <token1> ... <tokenX>

Example

Alt text