Skip to content
Snippets Groups Projects
Commit 53481dc1 authored by Jack Nagel's avatar Jack Nagel
Browse files

Tab completion for `brew tap`


Using an inline Ruby script we can hit the GitHub API and look for
repositories that match the tap naming scheme. The results are cached
for the duration of the current shell session, so going over the network
is a once-per-shell-session cost.

There are a few false positives, but not much we can do about that at
this point, as taps do not have to be in the fork network of any
specific repository.

Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
parent 8c4e7ca5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment