/findd

Show all parent directories of named dir e.g .git

Primary LanguageCMIT LicenseMIT

Findd

A simple utility that scans a path and when provided with a string will return the parent directory of that string. It's super fast too.

Examples

# Find all `.git` repos in a directory.
$ findd -q .git $HOME

Install

You get get it via homebrew using:

$ brew install whomwah/tap/findd