Skip to content

wyhinton/tauri-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tauri Examples

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

📁 Examples

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

GIF Recorder Demo

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

Showfile Demo

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

VSCode Demo

License

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

About

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

Topics

Resources

Stars

Watchers

Forks