Popularity
5.3
Declining
Activity
0.0
Stable
7
5
1

Monthly Downloads: 9
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.

Do you think we are missing an alternative of editpipe or a related project?

Add another 'Editor' Package

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.