Skip to content

puffnfresh/editpipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Edit stdin using an editor before sending to stdout.

Resources

License

Stars

Watchers

Forks

Packages

No packages published