Popularity
5.3
Stable
Activity
0.0
Stable
7
5
1
Monthly Downloads: 6
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.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of editpipe or a related project?
Popular Comparisons
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.