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.
15 lines
367 B
Desktop File
15 lines
367 B
Desktop File
[Desktop Entry]
|
|
Type=Service
|
|
X-KDE-ServiceTypes=KonqPopupMenu/Plugin
|
|
MimeType=inode/directory;
|
|
Icon=folder-remote
|
|
Actions=BackTunnelAccess;
|
|
X-KDE-StartupNotify=false
|
|
X-KDE-Priority=TopLevel
|
|
TryExec=backtunnel-open-term
|
|
|
|
[Desktop Action BackTunnelAccess]
|
|
Name=Access via BackTunnel (mount here)…
|
|
Icon=folder-remote
|
|
Exec=backtunnel-open-term backtunnel-access-tui %f
|