Releases: yinan-c/alfred-homebrew
Releases · yinan-c/alfred-homebrew
v1.5
This is a small update from v1.4.
- In commands sub-menu (when you press
enter
on any selected item), you can select the item andcommand + enter
to install regardless of installed or uninstalled, just like the behaviour in thebrew
list. - Fix a bug where
option+enter
will not run uninstall command.
v1.4
In previous versions, when you are trying to install/uninstall a cask/formula, you have to enter or tab-complete first to show available commands. It could be helpful to show the details of a package when you are hesitated to install/uninstall, but it takes an extra step to show the commands. So in v1.4, for some occasions when you're ready to install without worrying about the details:
- You can now directly install by
command + enter
on a selected item in thebrew
list without entering the commands sub-menu. This will help you save time. - You can also quick uninstall in
leaves
andlist
without entering sub-menu, directly uninstall bycommand + enter
(clean uninstall) oroption + enter
. - Don't worry about forgetting
list
orleaves
commands, in thebrew
commands, you can also find the outdated, installed list at the very end, you can either search by their names or scroll from the bottom. And you can perform quick uninstallation, same as above. - In
list
, casks and formula are now separated by two different icons.
v1.3
- Update: Add show commands after tab completion.
- I found actually loading commands is not so slow, so I add show-commands in the default search
(if it significantly slows down rendering info after tab completion, please submit an issue, I will consider release a v1.2.1 with bug fix) - Removed
info
keywords, since it is now unnecessary. - Bug fix: press
enter
on URLs in the commands submenu will run them in the terminal.
v1.2
v1.1
- Clean up codes and keywords, merge
cask
andbrew
keys to a singlebrew
key. - Support
leaves, lists, outdated
command - Add a check for install status based on the
list
command - Show specific commands and information depending on install status (
enter
to view) - Separate commands menu and information menu. information is shown by
tab-complete
, and commands are shown byenter
- Add a
back to search
in the commands menu.