Re: [Possible phishing attempt] [dev] [st] terminal as a pipe reader

From: Mick Phillips <suckless_AT_ecdysis.zsczr.com>
Date: Fri, 22 Aug 2025 07:27:25 +0000

Hello,

> But my goal is to have
> $ cmd1 | st -e 'vipe' | cmd2
> ran non-interactively (i.e: in a shell script).

I use vipe a lot, but not this specific use case previously. Still, vipe supports the EDITOR variable, and this seems to work okay for me:

```
echo hello | EDITOR='st -e vim' vipe
```

No doubt this could be turned into a shell alias or so.
Received on Fri Aug 22 2025 - 09:27:25 CEST

This archive was generated by hypermail 2.3.0 : Fri Aug 22 2025 - 12:00:09 CEST