You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2021. It is now read-only.
All the __suggest_* functions use some output from brew and some of those commands are quite slow. It doesn't cache and every time you want to complete a formula name, it will run again.
search if brew has some internal caching that could be used here
write some cache files in XDG paths? how/when to invalidate them?
can brew update be turned off on such commands? or can we hook to it to update the cache?