Raycast-compatible launcher for Linux
Find a file
ByteAtATime 58e48213bd
feat: Implement hide on escape and focus loss
This commit adds two ways that hides the main window. First, when the user presses escape in the command palette, the window hides; second, when the focus is lost (i.e. the user's cursor goes outside the window), it also hides itself.
2025-06-25 14:31:21 -07:00
.vscode style: formatting 2025-06-11 14:58:11 -07:00
packages/protocol feat: implement system utilities API 2025-06-23 18:12:52 -07:00
sidecar refactor(sidecar): create shared RPC module for async requests 2025-06-24 09:52:41 -07:00
src feat: Implement hide on escape and focus loss 2025-06-25 14:31:21 -07:00
src-tauri feat: Implement hide on escape and focus loss 2025-06-25 14:31:21 -07:00
static Initial commit 2025-06-10 11:24:18 -07:00
.gitignore Initial commit 2025-06-10 11:24:18 -07:00
.prettierignore style: formatting 2025-06-11 14:58:11 -07:00
.prettierrc feat: add prettier and eslint 2025-06-11 14:55:40 -07:00
components.json feat: initialize shadcn 2025-06-10 11:39:02 -07:00
eslint.config.js feat: add prettier and eslint 2025-06-11 14:55:40 -07:00
package.json feat(snippets): add import snippet feature 2025-06-25 08:38:14 -07:00
pnpm-lock.yaml feat(snippets): add import snippet feature 2025-06-25 08:38:14 -07:00
pnpm-workspace.yaml feat: add sidecar protocol i/o checking with Zod 2025-06-12 19:35:42 -07:00
README.md Initial commit 2025-06-10 11:24:18 -07:00
svelte.config.js style: formatting 2025-06-11 14:58:11 -07:00
tsconfig.json style: formatting 2025-06-11 14:58:11 -07:00
vite.config.js feat: add sidecar protocol i/o checking with Zod 2025-06-12 19:35:42 -07:00

Tauri + SvelteKit + TypeScript

This template should help get you started developing with Tauri, SvelteKit and TypeScript in Vite.

VS Code + Svelte + Tauri + rust-analyzer.