rusty-vipe 0.1.0

Pop $EDITOR mid-pipe, edit the buffered bytes interactively, resume the pipeline with the edited output — a Rust port of moreutils `vipe` with strict-compat mode, cross-platform TTY reattachment (/dev/tty or CONIN$/CONOUT$), and a typed library API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Fixtures (if any are added later) stored verbatim — no line-ending conversion.
fixtures/inputs/** binary
fixtures/moreutils_outputs/** binary

# Bash scripts use LF endings everywhere.
*.sh text eol=lf

# PowerShell scripts use CRLF for native Windows tooling.
*.ps1 text eol=crlf

# Generated completion scripts need stable line endings for drift tests.
completions/** -text