Go to file
2022-05-02 13:36:28 +02:00
assets feat: update readme 2022-02-28 22:07:26 +01:00
src fix: improve holiday rendering 2022-05-02 13:36:28 +02:00
.eslintrc.json feat: add basic structure 2022-02-27 00:07:15 +01:00
.gitignore feat: add basic structure 2022-02-27 00:07:15 +01:00
.prettierrc feat: add basic structure 2022-02-27 00:07:15 +01:00
package-lock.json feat: add basic structure 2022-02-27 00:07:15 +01:00
package.json feat: add last month data to recent 2022-05-02 00:35:07 +02:00
README.md feat: update readme 2022-02-28 22:07:26 +01:00
tsconfig.json feat: add basic structure 2022-02-27 00:07:15 +01:00

Raycast Plugin

Allows the usage of mite with Raycast launcher.

Installation

  1. Clone this repo to any location on your mac

  2. Build and install the dependencies by npm install && npm run build in the extension folder

  3. Install Raycast if you have not already. brew install --cask raycast

  4. In Raycast > Settings > Extensions enable Developer extension to allow installation of extensions from source enable dev extension

  5. Import Extensions by opening Raycast and selecting Import Extension. In the file dialog select the raycast-mite clone target folder from step 1.

Development

If you want to improve this extension yourself simply run npm run dev in the extension folder. This will start a dev server and all changes to the extension will be directly visible in Raycast.