Handle URL's / protocols #3021
Replies: 3 comments
-
This feature is available in both iTerm2 and Terminal.app (at least for ssh:// ), so it feels like something that is expected to be available on a native macOS terminal. |
Beta Was this translation helpful? Give feedback.
-
EDIT: It seems the following script put in Alfred -> Features -> Terminal works :) 🎉🎉🎉
|
Beta Was this translation helpful? Give feedback.
-
this should solve your problem by allowing you to handle ssh commands however you want, opening in a new tab isn't directly supported but starting a new window definitely should be (if you just tell it to run ghostty) controlling a new tab would be included in #2353 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to have some protocol handlers registered in ghostty, so that it can be the default application for certain protocols/URLs. As a concrete example, I would like to be able to have links using the "ssh" protocol (e.g.,
ssh://user@host
) be able to:user@host
portion of the URLA few things that need to be considered:
Here's a screenshot of the URL Scheme handling options of current iTerm2

Beta Was this translation helpful? Give feedback.
All reactions