Skip to content

humanbelnik/ggrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🔍 CLI utility to quickly browse GitHub repos

Resources

License

Stars

Watchers

Forks

Packages

No packages published