Open Ghostty via HTTP Redirect #5931
Unanswered
holtkampjs
asked this question in
Feature Requests, Ideas
Replies: 2 comments 1 reply
-
This suggestion more about accepting custom Ghostty URIs, and like... I'm not opposed to it but I think we need to be wary with the scope so that it doesn't fall into #2353 territory. I think just being able to open Ghostty is fine - changing the config, running arbitrary actions, etc is #2353 territory. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Agree with @pluiedev. To add to this, my obligatory response but its important: what do other terminals do here? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Hi! I've been using Ghostty as a daily driver for a while now. In a scripting context, I've arrived on a situation where I'm redirected to the web browser for authentication. I have the ability to configure where I'm redirected after the work in the web page is finished. What I want to do is redirect myself back to the Ghostty application.
The HTTP response I've prepared looks something like:
I know this doesn't work. But the way that VSCode can redirect to the browser, handle work in the browser, and redirect back to the application is a similar concept I was curious if there's a way to do in Ghostty now or in the future.
I could see "open in ghostty" being a useful concept for users who want to build a CLI centric application that may need to defer tasks to the browser or other applications.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions