Remix.run Logo
klooney 3 days ago

There seems to be a contingent that just doesn't use scroll back search, which I find kind of baffling.

__float 3 days ago | parent | next [-]

There are a ton of people who _immediately_ open tmux/zellij/etc. when they're doing anything in the terminal. This means you use its backscroll and search feature, and you wouldn't notice.

@mitchellh seems to rely on the Ghostty feature to dump scrollback to a file, and edit/search over that.

I found it a bit too inconvenient when using remote systems frequently, though. (If I'm missing a trick, I'd love to use Ghostty! But I'm just not a fan of multiplexers.)

sevg 3 days ago | parent | prev | next [-]

I’ve never used scrollback search, and it was a discovery for me that there’s a contingent that are very vocal in their demands for scrollback search.

I can see why someone would feel attached to this feature though.

Mostly I’m looking forward to seeing it implemented so I can stop reading complaints about this being missing in every thread about ghostty!

doritosfan84 2 days ago | parent | next [-]

My use cases are trying to find the one test that failed out of my suite and finding a specific log print when my app is running. Yes, there are other ways to do both of these. Having scrollback search in the terminal is a very convenient option though.

Shadowmist 3 days ago | parent | prev [-]

I wish they didn’t lock the GitHub issue so that we could see how many thousands more reactions it would get.

tharos47 2 days ago | parent | prev | next [-]

I use ctrl+R for search that way I'm not dependent of a terminal emulator features and can get to work even on random computers.

https://www.gnu.org/software/bash/manual/bash.html#index-rev...

doritosfan84 2 days ago | parent [-]

I think most people that want this feature want to be able to search through terminal output, not the commands they've previously used.

bigstrat2003 3 days ago | parent | prev [-]

Honestly, I had never even heard of it before this very thread. It doesn't seem all that useful to me, but I don't truthfully know how much or how little I would use it in practice.

2 days ago | parent | next [-]
[deleted]
gsinclair 2 days ago | parent | prev [-]

Same here. What I think I’d like more is the ability to open the most recent command output in $EDITOR.