Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 457 Bytes

File metadata and controls

25 lines (15 loc) · 457 Bytes

Gind/git-find

Small search script to search a file or string in a git repository.

How to use

Types: string, file

gind <type...> <pattern...>

Installation

To install, simply wget the file or download the zip.

As sudo, do:

chmod +x gind.sh

to make it executable.

Then, to install it, do:

mv gind.sh /bin/gind

Now gind is available globally. You can add it to your home directory bin folder instead,

mv gind.sh ~/bin/gind