Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.14 KB

README.org

File metadata and controls

28 lines (24 loc) · 1.14 KB

Homebrew.el

This is a simple completion-driven Emacs interface to the Homebrew package manager.

Installation

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.

Commands

  • homebrew-install: Install a Homebrew package with completion
  • homebrew-upgrade: Upgrade an installed Homebrew package with completion
  • homebrew-update: Update the Homebrew installation
  • homebrew-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 installation
  • homebrew-package-info: Display info about an installed Homebrew package with completion