Feature Request: Interactive Element Selection via Mouse Clicks #5755
Replies: 2 comments
-
|
there are already other discussions / issues for some of the things you are asking or they already exist
https://ghostty.org/docs/config/reference#link
https://ghostty.org/docs/config/reference#copy-on-select I would also recommend splitting your feature requests into more manageable "issues" This is asking for many different features
is also its own feature |
Beta Was this translation helpful? Give feedback.
-
|
I've never used Warp, so I apologise if some of the following questions seem “dumb” or “ignorant”. I also attempted to not repeat Bruce's points too much, though there is some overlap.
How would you deliminate tables (box drawing characters? Markdown table characters?) What is structured about logs other than that they are separate lines (which one can select with triple-click already)?
As Bruce mentioned, this should be in a separate feature request. There was some discussion in #3903 but I don't know if it ever got moved to a discussion.
Please elaborate on what “complex output structures” would entail for the more oblivious among us.
“text manipulation” as in? Editing the scrollback? Changing and re-executing a previous prompt1?
Well you already can click and drag to select arbitrary text...
Do you mean the colour of the underline on hyperlinks that is currently present?
And once again, to reiterate on what Bruce said: this is a lot of feature requests with a similar theme and should likely be split up into multiple so that they're more managable and not just forgotten in the sea of other discussions due to the incredibly large scope. This could perhaps be done if this were to be moved to an issue though. And also, though it wasn't mentioned in the post, it is currently possible to select the output of the last command (if one has shell integration enabled) with ctrl/cmd+triple-click (see also: #3848). Footnotes
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm requesting a feature that would allow users to interact with terminal output using mouse clicks to select and manipulate elements. This functionality is inspired by terminals like Warp, which provide a more visual and interactive experience compared to traditional terminals.
Currently, interacting with terminal output often involves manually copying and pasting text, using keyboard shortcuts, or relying on external tools. This can be cumbersome and inefficient, especially when dealing with complex output or large datasets.
The ability to click and select elements directly within the terminal would significantly improve the user experience by:
Proposed Functionality:
Example Use Cases:
curlcommand to open it in a web browser.pingcommand to perform a traceroute.Potential Implementation Considerations:
Alternatives:
While tools like Warp offer similar functionality, they are often proprietary or platform-specific. Implementing this feature in an open-source terminal would provide a valuable alternative for users who prefer a more customizable and transparent solution.
Benefits:
This feature would significantly enhance the usability and productivity of the terminal, making it a more powerful and versatile tool for developers, system administrators, and other users who rely on the command line.
Beta Was this translation helpful? Give feedback.
All reactions