pipe-edit-0.1.1 is not a library.
Pipe Editor
A TUI program that takes input from STDIN, allows you to edit that input, and then writes the output to STDOUT.
Usage
# Edit piped input
|
# Edit clipboard contents
# Output to clipboard instead of stdout
|
# Single-line mode (joins lines, squeezes whitespace)
|
# Show version information (includes git commit and dirty status)
Caveats
The --clipboard flag to place the output on the clipboard does not work properly yet due to how ownership of the clipboard works in Linux. We'll probably have to spawn a background process to mainta
in the clipboard.
Take a look at line 90 in wl-clipboard-rs/wl-clipboard-rs-tools/src/bin/wl-copy.rs for some ideas.