Popularity
5.1
Growing
Activity
0.0
Stable
6
4
1
Monthly Downloads: 7
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.
-
yi-monokai
Monokai colour scheme for the Yi editor, at least for the Pango back-end.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
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.