Popularity
5.2
Growing
Activity
0.0
Stable
8
3
1
Monthly Downloads: 2
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Application
Editor
Latest version: v0.1.0.0
editpipe alternatives and similar packages
Based on the "Editor" category.
Alternatively, view editpipe alternatives based on common mentions on social networks and blogs.
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of editpipe or a related project?
README
editpipe
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.