README ¶ ggrep 🔍 CLI utility to quickly browse GitHub repositories How to setup? A. Compile by yourself Clone this repository on your local machine cd to cloned repository and run make build (Golang compiler required) Now binary ggrep in /usr/local/bin/ created B. Pull image and run via Docker Run to pull container and run shell inside it docker run -it --rm ggrep How to use? Launch ./ggrep [-lang=<programming_language>] <token1> ... <tokenX> Example ~ # ./ggrep -lang=C# bmstu cg 1. [Winterpuma/bmstu_CG] Link: https://github.com/Winterpuma/bmstu_CG Language: C# 2. [Winterpuma/bmstu_CG_CP] Link: https://github.com/Winterpuma/bmstu_CG_CP Language: C# 3. [Sunshine-ki/BMSTU5_CG_CP] Link: https://github.com/Sunshine-ki/BMSTU5_CG_CP Language: C# 4. [DeaLoic/bmstu-course-CG] Link: https://github.com/DeaLoic/bmstu-course-CG Language: C# 5. [jokerva1010123/BMSTU-5-cem-CGCW] Link: https://github.com/jokerva1010123/BMSTU-5-cem-CGCW Language: C# 6. [GrishinEgor/BMSTU_IU7_CourseProject_CG] Link: https://github.com/GrishinEgor/BMSTU_IU7_CourseProject_CG Language: C# Total: 6 Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis cmd cli command internal clients lib/pretify model server Click to show internal directories. Click to hide internal directories.