yrwq@site:~/fr.mdx
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 {} status

single c file, libgit2, makefile to build.

main
9