- Notifications
You must be signed in to change notification settings - Fork1
Tool to instantly search all or specific files in any repo for keywords or phrases natively on windows extremely easily, with an option to output results to a file. Also invaluable for gamers!
License
ScriptTiger/Repo-Search
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Tool to instantly search all or specific files in any repo for keywords or phrases natively on Windows extremely easily, with an option to output results to a file.
This script is nice for programmers trying to find all the references to something quickly. If you're a gamer, however, and play any open-source games, this script is even nicer when used to transform the source code of your open source game into a complete offline knowledgebase or even Easter egg hunting engine.
You can easily make a shortcut to search a specific repo with one click by sending the root and files to search as parameters in a short one-line script:
@search.cmd "c:\blah\blah\myrepo" "*.txt *.c *.h"
You can download this repo from the below link to get started:
https://github.com/ScriptTiger/Repo-Search/archive/master.zip
For more ScriptTiger scripts and goodies, check out ScriptTiger's GitHub Pages website:
https://scripttiger.github.io/
About
Tool to instantly search all or specific files in any repo for keywords or phrases natively on windows extremely easily, with an option to output results to a file. Also invaluable for gamers!