jdormit / homebrew.el

Simple completion-driven Homebrew management from Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple completion-driven Homebrew management from Emacs


Languages

Language:Emacs Lisp 100.0%