tauri-examples Svelte Themes

Tauri Examples

Various tauri demos / explanations, many of which will only work on windows.

Tauri Examples

A collection of example applications built with Tauri, demonstrating various features and integrations.

📁 Examples

🎬 GIF Recorder Example

A Windows-only application that demonstrates using Tauri's Window API to integrate with Screen2Gif for precise screen recording.

📂 Show File in OS Explorer

A minimal cross-platform application demonstrating how to:

  • Write text content and save it as a .txt file
  • Use Tauri's dialog plugin to select output file paths
  • Use Tauri's fs plugin to write files
  • Open the saved file in the OS file explorer using the showfile crate

📝 Open File in VS Code

A minimal cross-platform application demonstrating how to:

  • Select a file and (optionally) a line number
  • Open the file in VS Code at the specified line using a custom Tauri command

License

This project is open source and available under the MIT License.

Top categories

Loading Svelte Themes