Skip to content

A tool for finding strings within files inside git repositories.

Notifications You must be signed in to change notification settings

weareflip/repo-regex-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repo-regex-search

A tool to search a users repositories using a regex string.
There are environment variables that need to be set: GIT_ACCESS_TOKEN and GIT_USERNAME.
The output is a json dump of the repository links.
The default implementation searches .docker/build/Dockerfile for version issues
The command line parameters are -r, -v, -p, -s, -gc, -b. -h will provide a help menu with further explanation.
A good command example would be python repo-scan.py -s ”FROM node:[0-9.]+” > C:\Users<USERNAME>\Desktop\output.txt | type C:\Users<USERNAME>\Desktop\output.txt
On Windows this will output the repository links that aren't FROM node: into a output.txt file

About

A tool for finding strings within files inside git repositories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%