I was about to write exactly this when I saw your blogpost. My current solution for fixed depth discovery command was called git-ls-repos, so I could call it with git ls-repos since git will execute commands that match git-<subcommand> when issued a subcommand.
I think this tool would feel more integrated if it could be called from git as git find-repos.
I was about to write exactly this when I saw your blogpost. My current solution for fixed depth discovery command was called
git-ls-repos, so I could call it withgit ls-repossince git will execute commands that matchgit-<subcommand>when issued a subcommand.I think this tool would feel more integrated if it could be called from git as
git find-repos.