puffnfresh · GitHub

Edit stdin using an editor before sending to stdout.

Example:

$ base64 /dev/urandom | head -n 10 | editpipe | shuf

The editpipe command will open the EDITOR or VISUAL command to edit the intermediate 10 lines of base 64 text. When the file is saved and the editor is closed, the output gets shuffled and printed to stdout.

About

Edit stdin using an editor before sending to stdout.

Resources

Readme

BSD-3-Clause license

Activity

Stars

8 stars

Watchers

3 watching

Forks

1 fork

Releases

Packages

Contributors

Languages

Read the original on github.com ↗