Replies: 1 comment
-
Hello @comtack 👋 If PR #9383 is accepted and merged, that should provide the ability to register a protocol handler for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to quite often open "telnet://127.0.0.1:9000" links from a web browser (firefox). Right now as my "url handler" I have putty set up using registry editor in windows like this:
HKLM\SOFTWARE\Classes\telnet\shell\open\command
"C:\Program Files\PuTTY\putty.exe" "%1"
I tried multiple options swapping putty with tabby, adding "open", "run" etc. but nothing works. Has anyone tried this? If tabby could open those session from a link in a new tab, that would be great.
Thanks for any answers
Beta Was this translation helpful? Give feedback.
All reactions