Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deadendpl/emacs-mb-transient
Transient menu for MusicBrainz searches
https://github.com/deadendpl/emacs-mb-transient
emacs emacs-lisp musicbrainz
Last synced: 18 days ago
JSON representation
Transient menu for MusicBrainz searches
- Host: GitHub
- URL: https://github.com/deadendpl/emacs-mb-transient
- Owner: deadendpl
- Created: 2024-08-17T06:36:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T17:55:51.000Z (2 months ago)
- Last Synced: 2024-10-30T18:39:28.362Z (2 months ago)
- Topics: emacs, emacs-lisp, musicbrainz
- Language: Emacs Lisp
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
It opens a MusicBrainz website search result, it doesn't use its API.
[[file:screenshots/2024-08-17_08-38-05.png]]
* Installation
#+begin_src emacs-lisp
(use-package mb-transient
:vc (:fetcher github :repo "deadendpl/emacs-mb-transient"))
#+end_src