Hacker News new | ask | show | jobs
by thehours 82 days ago
The PTY proxy looks pretty neat! Excited to give that a try.

Losing some of the scrollback was a minor nuisance that I kind of lived with until now.

2 comments

Update: I gave it a try and it does exactly what I hoped. However one (minor) annoyance I immediately realized was that with `hex` enabled I will get this warning whenever I close the terminal window:

> The terminal still has a running process. If you close the terminal the process will be killed.

Hopefully there is a workaround for this (I'm using then Ghostty emulator).

I've always felt this fullscreen was too much for actual use. Eager to try it out.
Just for random passers by:

I was using: eval "$(atuin init zsh --disable-up-arrow)"

Now need to workaround: eval "$(atuin hex init | sed 's/atuin init zsh/atuin init zsh --disable-up-arrow/')"

Probably should create a issue in tracker to point out that this use-case is currently not supported :)