https://github.com/jdormit/homebrew.el
Simple completion-driven Homebrew management from Emacs
https://github.com/jdormit/homebrew.el
Last synced: 10 months ago
JSON representation
Simple completion-driven Homebrew management from Emacs
- Host: GitHub
- URL: https://github.com/jdormit/homebrew.el
- Owner: jdormit
- Created: 2021-01-28T19:04:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T14:18:21.000Z (about 4 years ago)
- Last Synced: 2025-03-15T12:30:34.599Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 2.93 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Homebrew.el
This is a simple completion-driven Emacs interface to the [[https://brew.sh][Homebrew
package manager]].
** Installation
Not yet on Melpa. If you use [[https://github.com/jwiegley/use-package][use-package]] with [[https://github.com/raxod502/straight.el][straight.el]] you can
install thusly:
#+begin_src emacs-lisp
(use-package homebrew
:straight (homebrew :host github :repo "jdormit/homebrew.el"))
#+end_src
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, [[https://github.com/magnars/s.el][s.el]] and
[[https://github.com/magit/with-editor][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