A minor mode for developers building extensions for Raycast.
Develop, lint, build and publish your Raycast extensions from Emacs.
In your init.el
;; Not necessary if using MELPA package
(require 'raycast-mode)
or with use-package
:
(use-package raycast-mode)
Then enable raycast-mode
in your typescript, javascript or web-mode hooks.
raycast-mode-emoji
enables emoji in ray output. It's enabled by default.
-
What is Raycast?
Raycast is a macOS launcher and toolbox for users and developers.
-
Whare are Raycast Extensions?
Developers can extend Raycast using a Typescript/React API. Extensions can by publishing to the Raycast Store. For more information see Raycast's developer documentation.
This software is licensed under the MIT License.
See the LICENSE file for details.