whomwah / findd

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C 98.7%Language:Makefile 1.3%