A collection of example applications built with Tauri, demonstrating various features and integrations.
A Windows-only application that demonstrates using Tauri's Window API to integrate with Screen2Gif for precise screen recording.
A minimal cross-platform application demonstrating how to:
- Write text content and save it as a
.txtfile - 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
showfilecrate
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
This project is open source and available under the MIT License.


