Skip to content

mattconzen/gogrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

gogrep

Synopsis

Simple tool to pass a comma-separated list into Git Grep to find lists of strings in repositories.

Used in a migration project that required lots of searching for many things across many repos.

Usage

Command: ./gogrep -input input.csv -output output.csv -repo C:\users\mconzen\repos\examplerepo\

Output:

  prefs.csv:192.168,ARLINGTON,GASPSQL,aspexfiles,FT1
 - ARLINGTON

  prefs.csv:192.168,GASPSQL,aspexfiles,FT1
 - GASPSQL

  prefs.csv:192.168,aspexfiles,FT1
 - aspexfiles
 
   
  'SQL4' not found in repository.
  
  'SQL5' not found in repository.
  
  'SQL6' not found in repository.
  
  'SQL7' not found in repository.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages