raycast-linux/src-tauri
ByteAtATime b68c4ccb6e
feat(snippets): implement snippet placeholder resolution
This commit introduces a new method to parse and resolve placeholders in snippet content, allowing for dynamic content insertion such as clipboard text, current date, and time. Additionally, it implements cursor positioning for better user experience during snippet expansion.
2025-06-24 20:50:55 -07:00
..
capabilities feat(client): allow client to listen to hud title change 2025-06-22 19:14:13 -07:00
icons Initial commit 2025-06-10 11:24:18 -07:00
src feat(snippets): implement snippet placeholder resolution 2025-06-24 20:50:55 -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): add create snippet form 2025-06-24 20:00:15 -07:00
Cargo.toml feat(snippets): add create snippet form 2025-06-24 20:00:15 -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