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

@ -15,7 +15,9 @@
"dependencies": {
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0",
"@tauri-apps/plugin-opener": "^2.0.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^5.5.0",
"react": "^18.3.0",
"react-dom": "^18.3.0"