1.1.0 • Published 5 years ago
gupr v1.1.0
gupr
Library to git pull all the projects in a directory and recursive search file contents using ripgrep.
Pre-requisite
- ripgrep
- Mac -
brew install ripgrep - Windows -
choco install ripgrep
- Mac -
Usage
gupr - command to git pull all the git projects from current directory
gupr --find <search_query> or -f - recursive search across files and folders
gupr --no-pull -f 'search query' or -n - skip git pull if already done
Development
git clone https://github.com/raghavmac/gupr.git
yarnor npm install as alternative
Run
npm start