wi24rd / rainbow-fart.el

Rainbow Fart in Emacs, playing audio when you type keywords.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rainbow-fart.el

Rainbow Fart for Emacs. Ported from [vscode-rainbow-fart].

Requirements

mpg123 is required for playing mp3 audio file.

Installation and Usage

Not ready on melpa yet.

Use Quelpa

(use-package rainbow-fart
  :quelpa (rainbow-fart :fetcher github
                        :repo "DogLooksGood/rainbow-fart.el"
                        :files ("*.el" "voices")))

Use Straight

(use-package rainbow-fart
  :straight (rainbow-fart :type git
                          :host github
                          :repo "DogLooksGood/rainbow-fart.el"
                          :files ("*.el" "voices")))

Enable by activate rainbow-fart-mode.

(rainbow-fart-mode 1)

LICENSE

Please Note, voice files (in voice directory) are copy from [vscode-rainbow-fart], under [MIT license].

About

Rainbow Fart in Emacs, playing audio when you type keywords.


Languages

Language:Emacs Lisp 100.0%