spy16 / taurishell

A Raycast/Spotlight like app shell using https://tauri.studio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tauri Shell

This repo can be used as reference for building alfred/raycast/spotlight apps using Tauri.

Tauri

Usage

This reference repository is using Svelte for the content shown inside the window. But any framework (React, Vue, etc.) can also be used just as easily.

For example, to use this with React:

  1. Create a React project (e.g., with create-react-app)
  2. Copy the src-tauri/ into your React project root.
  3. Update the build.distDir key in src-tauri/tauri.conf.json file to ../build (Becuase React generates production build in build/)

About

A Raycast/Spotlight like app shell using https://tauri.studio/


Languages

Language:Rust 44.4%Language:Svelte 29.1%Language:JavaScript 10.9%Language:HTML 8.5%Language:TypeScript 7.1%