Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: monitor screen output
- X-seq: zsh-users 30101
- From: Josef Sachs <sachs@xxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: monitor screen output
- Date: Mon, 11 Nov 2024 12:24:30 -0500
- Archived-at: <https://zsh.org/users/30101>
- In-reply-to: <CAH+w=7b8xGrvYouyYkgN4TmZyOp25Qxpfpy7tMv3vP6J054Uuw@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- References: <4d7d4279-c30e-4c2d-9291-4ca985780673@eastlink.ca> <CAH+w=7b8xGrvYouyYkgN4TmZyOp25Qxpfpy7tMv3vP6J054Uuw@mail.gmail.com>
>>>>> On Mon, 11 Nov 2024 08:49:37 -0800, Bart Schaefer said:
> On Mon, Nov 11, 2024 at 8:45 AM Ray Andrews <rayandrews@xxxxxxxxxxx>
> wrote:
>>
>> Can zsh monitor screen output in a backgroundy sort of way?
> No. That would need to be a function of the terminal itself (or
> terminal emulator, which might have a better chance).
> Otherwise if you direct those messages to a file, there are various
> ways (still not directly part of zsh) to monitor file changes.
Perhaps consider expect. The Wikipedia page also lists some alternatives.
https://en.wikipedia.org/wiki/Expect
Messages sorted by:
Reverse Date,
Date,
Thread,
Author