Introduce terminal-based workflows for BackTunnel via TUI scripts and service menus
Add `backtunnel-open-term`, `backtunnel-share-tui`, and `backtunnel-access-tui` scripts for terminal-based interaction. Update Dolphin service menus to enable TUI workflows, with improved terminal detection logic. Enhance installation and uninstallation scripts to handle new files. Update README with terminal workflow details and logging information.
This commit is contained in:
@@ -6,8 +6,9 @@ Icon=folder-remote
|
||||
Actions=BackTunnelAccess;
|
||||
X-KDE-StartupNotify=false
|
||||
X-KDE-Priority=TopLevel
|
||||
TryExec=backtunnel-open-term
|
||||
|
||||
[Desktop Action BackTunnelAccess]
|
||||
Name=Access via BackTunnel…
|
||||
Name=Access via BackTunnel (mount here)…
|
||||
Icon=folder-remote
|
||||
Exec=backtunnel-access-gui %f
|
||||
Exec=backtunnel-open-term backtunnel-access-tui %f
|
||||
|
||||
@@ -6,8 +6,9 @@ Icon=network-server
|
||||
Actions=BackTunnelShare;
|
||||
X-KDE-StartupNotify=false
|
||||
X-KDE-Priority=TopLevel
|
||||
TryExec=backtunnel-open-term
|
||||
|
||||
[Desktop Action BackTunnelShare]
|
||||
Name=Share via BackTunnel…
|
||||
Icon=network-server
|
||||
Exec=backtunnel-share-gui %f
|
||||
Exec=backtunnel-open-term backtunnel-share-tui %f
|
||||
|
||||
Reference in New Issue
Block a user