Description: I use Konqueror (kio:fish) to browse log directories and other stuffs on numerous unix servers. I often need to open a terminal session in the directory I'm browsing. Unfortunately this function seems not to be implemented yet. I can open a terminal on my local file system, but not on a remote machine. Could it be possible to add a service menu that would understand an url such as fish://user@host/my/path and therefore open an ssh connection on host in the directory /my/path ?
NOTE : Congrats to all of you, you are doing a wonderfull work !!!
something better would be a kind of fusion between filesystem and KIOs (more generally : URLs). FUSE is a kernel module that allows to "mount" ~anything as a normal directory but unlike URLs, they need to be mounted and unmounted (no automatic recognition or support).
Ratings & Comments
2 Comments
something better would be a kind of fusion between filesystem and KIOs (more generally : URLs). FUSE is a kernel module that allows to "mount" ~anything as a normal directory but unlike URLs, they need to be mounted and unmounted (no automatic recognition or support).
Works like that for me already.