ibrokemycomputer / gnome-shell-extension-ssh-quick-connect

Adds launchers for all items in your ssh config file to a dropdown in the panel.
11 stars 8 forks source link

Ability to run sftp concurrently on each ssh entry #13

Open slawekmikula opened 1 year ago

slawekmikula commented 1 year ago

One use case which I would love to see:

Was looking at the implementation of Menu in shell extension and right now does not see anything suitable other than construct custom composite widget for this. Toggle could not be used for this, submenu is awkward because one cannot start ssh with one click.

ibrokemycomputer commented 1 year ago

Like you mentioned, idk how to approach this either, but it's a great idea.

Maybe I can make it so right click/ctrl+click/something opens SFTP instead of SSH?

I'm open to ideas!

(The docs for extensions are NOT beginner friendly, and I don't have the time to truly learn/dive in to them)

slawekmikula commented 1 year ago

mee to (documentation) but clicking modification might be good idea. I'll take a look at it and maybe propose something.