Y
Hacker News
new
|
ask
|
show
|
jobs
by
olalonde
3276 days ago
Kind of unrelated but I wish I could do `curl
http://example.com/evil-script.sh
| vim | bash` and have vim stop the pipe if I :q! or proceed to forward stdin to stdout if I :wq.
1 comments
spb
3266 days ago
That's what `vipe` is for:
https://joeyh.name/code/moreutils/
link