https://github.com/bglezseoane/gitfind
An utility that finds Git repositories in your machine
https://github.com/bglezseoane/gitfind
bash git scripting shell
Last synced: 2 months ago
JSON representation
An utility that finds Git repositories in your machine
- Host: GitHub
- URL: https://github.com/bglezseoane/gitfind
- Owner: bglezseoane
- License: mit
- Created: 2018-12-19T17:55:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T18:16:47.000Z (over 5 years ago)
- Last Synced: 2025-06-27T03:07:03.820Z (12 months ago)
- Topics: bash, git, scripting, shell
- Language: Shell
- Homepage:
- Size: 289 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gitfind 
Gitfind is an utility that finds the git repositories included in the directory you want. You can only list or apply another specific command to them. It also provides the option to filter the search to capture specific repositories.
Gitfind provides an user interface fully integrated in a Unix-like machine with a Shell environment. The tool responds in a format that can be redirected to any other system utility and uses different output error codes so that any incident can be properly interpreted. For all the above, Gitfind is a perfectly integrable utility in any scripting routine and a very flexible piece of software to your workflow.
To learn more about the use and the behaviour of Gitfind, please, read its manual page.
## Installation
### Using Homebrew
To install this app via Homebrew, use:
```sh
brew install bglezseoane/tap/gitfind
```
### Manual installation
#### To install
First clone this repository, and then execute:
```sh
make install
```
This command copies Gitfind's binaries and manpages to the default paths. You can check them with `make help` or revising the Makefile.