raycast-linux/src-tauri
ByteAtATime 2437ad7d61
feat(snippets): implement dynamic placeholders and modifiers
This commit implements a system for dynamic snippet placeholders, including support for date/time manipulation, clipboard history, and nested snippets. It also adds a flexible modifier system (`uppercase`, `trim`, `percent-encode`, `json-stringify`) that can be chained and applied to any placeholder.
2025-06-26 15:34:33 -07:00
..
capabilities feat: Implement hide on escape and focus loss 2025-06-25 14:31:21 -07:00
icons Initial commit 2025-06-10 11:24:18 -07:00
src feat(snippets): implement dynamic placeholders and modifiers 2025-06-26 15:34:33 -07:00
.gitignore chore: ignore tauri sidecar binaries 2025-06-15 12:53:10 -07:00
build.rs Initial commit 2025-06-10 11:24:18 -07:00
Cargo.lock feat(snippets): implement dynamic placeholders and modifiers 2025-06-26 15:34:33 -07:00
Cargo.toml feat(snippets): implement dynamic placeholders and modifiers 2025-06-26 15:34:33 -07:00
tauri.conf.dev.json feat: add dev tauri config 2025-06-18 19:53:15 -07:00
tauri.conf.json feat: increase size of main window 2025-06-22 15:44:40 -07:00