yrwq@site:~/projects$ cat fr.mdx
fr
cli tool to find local git repos
active
c
makefile
source
walks a directory tree, prints git repos.
fr <opts> [dir]
-d <depth> max depth (default: unlimited)
-w <width> name width (default: 10)
-c clean mode — full paths only
nvim $(fr -c | fzf)
fr -c | xargs -I {} git -C {} statussingle c file, libgit2, makefile to build.