edholm.dev/repofinder

Small tool for finding git repos for use with fzf


License
MIT
Install
go get edholm.dev/repofinder

Documentation

Repofinder

A small CLI tool that finds git repositories in the working directory or in the paths specified in the input arguments.

Example

cd $(go run ./cmd/repofinder ~/Code | fzf)