Make URLs in terminal output clickable via xterm web-links + tauri-plugin-opener

This commit is contained in:
megaproxy 2026-05-25 19:13:08 +01:00
parent 234a0b74a1
commit a24f7de7df
6 changed files with 36 additions and 1 deletions

View file

@ -16,6 +16,7 @@ tauri-build = { version = "2", features = [] }
[dependencies]
tauri = { version = "2", features = [] }
tauri-plugin-clipboard-manager = "2"
tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"