Skip to content

Releases: yinan-c/alfred-homebrew

v1.5

03 Nov 01:41
d1c26be
Compare
Choose a tag to compare

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 and command + enter to install regardless of installed or uninstalled, just like the behaviour in the brew list.
  • Fix a bug where option+enter will not run uninstall command.

v1.4

03 Nov 00:51
7d170c3
Compare
Choose a tag to compare

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 the brew list without entering the commands sub-menu. This will help you save time.
  • You can also quick uninstall in leaves and list without entering sub-menu, directly uninstall by command + enter(clean uninstall) or option + enter.
  • Don't worry about forgetting list or leaves commands, in the brew 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

02 Jun 13:16
Compare
Choose a tag to compare
  • 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

01 Jun 16:46
67bd574
Compare
Choose a tag to compare
  • Add name/description in commands submenu
  • Now you can quickly access commands menu via info keywords
  • Back to list button when nothing found in commands submenu
  • fix: show different upgrade and uninstall options for casks and formula

v1.1

31 May 02:58
Compare
Choose a tag to compare
  • Clean up codes and keywords, merge cask and brew keys to a single brew 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 by enter
  • Add a back to search in the commands menu.

v1.0

30 May 12:06
Compare
Choose a tag to compare
  • Add version information of packages
  • Include dependent libraries in the workflow

v0.1

30 May 02:23
1753d82
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
  • first beta release, more to come.