ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.95k stars 892 forks source link

point ssh:// to iSH #2127

Open nataliemeow opened 1 year ago

nataliemeow commented 1 year ago

It's a minor addition, but I think having iSH respond to ssh:// links by running ssh (OpenSSH or not) would be neat. I really think there's some use for this, and if it's not too much hassle, please consider it.

For example, ssh://nat@ctrl-c.club would open iSH and run $ ssh nat@ctrl-c.club. Ideally, the argument should exclusively be in the user@domain format, so that ssh://ctrl-c is invalid.

Thanks! ~ Natalie

kuflierl commented 1 year ago

I think it’s a bad idea to create registrations for stuff that might not even be installed (ssh) a better idea might be to create a registration window in the settings so that an arbitrary uri can be registered and linked to a specific startup command.