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 has been 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?
The text was updated successfully, but these errors were encountered:
Just thought I'd leave a comment here noting that ~/Library/Caches/Homebrew/descriptions.json that seems to contain formulae names and their descriptions. A quick search of Homebrew's repo suggest that it functions as a cache for Homebrew.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
All the
__suggest_*
functions use some output frombrew
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.brew update
be turned off on such commands? or can we hook to it to update the cache?The text was updated successfully, but these errors were encountered: