Raycast-compatible launcher for Linux
Find a file
2025-07-06 18:10:51 -07:00
.vscode style: formatting 2025-06-11 14:58:11 -07:00
packages/protocol refactor(rpc): migrate to generic RPC proxy for sidecar commands 2025-07-03 09:43:27 -07:00
sidecar refactor(components): unify accessory prop handling for UI components 2025-07-04 21:25:45 -07:00
src feat(clipboard-history): add clipboard history command icon and integrate into ClipboardHistoryView and page layout 2025-07-06 18:10:51 -07:00
src-tauri feat(extensions): add MacOSPathHeuristic for detecting hardcoded macOS paths 2025-07-05 21:13:13 -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 test(frontend): add vitest for unit and component testing 2025-07-06 15:09:06 -07:00
pnpm-lock.yaml test(frontend): add vitest for unit and component testing 2025-07-06 15:09:06 -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 test(frontend): add vitest for unit and component testing 2025-07-06 15:09:06 -07:00
vite.config.js test(frontend): add vitest for unit and component testing 2025-07-06 15:09:06 -07:00
vitest-setup-client.ts test(frontend): add vitest for unit and component testing 2025-07-06 15:09:06 -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.