This is a simple completion-driven Emacs interface to the Homebrew package manager.
Not yet on Melpa. If you use use-package with straight.el you can install thusly:
(use-package homebrew
:straight (homebrew :host github :repo "jdormit/homebrew.el"))Otherwise you can clone this repo and add it to load-path. If you do
that, you’ll also need to install the package dependencies, s.el and
with-editor.
homebrew-install: Install a Homebrew package with completionhomebrew-upgrade: Upgrade an installed Homebrew package with completionhomebrew-update: Update the Homebrew installationhomebrew-edit: Edit an installed Homebrew package in the Emacs instance with completion (C-x #to finish editing)homebrew-info: Display general info about the Homebrew installationhomebrew-package-info: Display info about an installed Homebrew package with completion