On Sun, 08 Jan 2023 04:32:20 -0500
"Greg Reagle" <l...@speedpost.net> wrote:

> I wrote this little wrapper script I call ost:
> 
> <<<
> #!/bin/sh
> export ST_LOG_FILE=$(mktemp) || { printf '%s\n' "$0: cannot create temp file" 
> >&2 ; exit 1; }
> st -o "$ST_LOG_FILE" "$@"
> rm "$ST_LOG_FILE"
> >>>
> 
> If some output scrolls past that I want to go back and see, I look at its 
> "$ST_LOG_FILE" in another terminal.  This seems to obviate my need for a 
> scrollback patch or program.
> 

I experimented with st for a week or so, before finally realizing that it's 
poorly-written trash. It has no advantages over XTerm at all.

-- 
Dave Blanchard <d...@killthe.net>

Reply via email to