-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename to git-find-repos? #1
Comments
Good call. I'll update the name when I have some time. |
Thanks. For the time being, I'm on |
Merged
Done, thanks for the suggestion. It's now on PyPI under |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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-repos
since 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
.The text was updated successfully, but these errors were encountered: