refining TUI paste behavior: opt‑in handling of file and image paths #3264
neurostream
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve noticed that when I paste text, the TUI heuristically scans for path‑like strings, stats them, and (if they appear to be images) attempts to load them. This can lead to:
Would it make sense to shift toward a more explicit, opt‑in flow?
Or is there already an opt-in/out config to set this that I've missed in the docs?
If opting-out needs to be the default action to take, then a lot of terminals support bracketed paste mode, letting the app clearly distinguish an object paste block to interpret as a deliberately supplied file path. This would reduce unintended lookups while keeping attachment workflows smooth.
Beta Was this translation helpful? Give feedback.
All reactions