diff options
author | B Stack <bgstack15@gmail.com> | 2021-03-19 21:22:07 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2021-03-19 21:22:07 -0400 |
commit | d92f78e6b65b4414296d326badbfa633832b6416 (patch) | |
tree | bc705952f1ade3908f1bbaf74c560a85cb2622e0 /xpipe/README.md | |
parent | add nm xpi file to spec (diff) | |
download | stackrpms-d92f78e6b65b4414296d326badbfa633832b6416.tar.gz stackrpms-d92f78e6b65b4414296d326badbfa633832b6416.tar.bz2 stackrpms-d92f78e6b65b4414296d326badbfa633832b6416.zip |
add xpipe
Diffstat (limited to 'xpipe/README.md')
-rw-r--r-- | xpipe/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/xpipe/README.md b/xpipe/README.md new file mode 100644 index 0000000..31a3157 --- /dev/null +++ b/xpipe/README.md @@ -0,0 +1,24 @@ +# Readme for xpipe +This package exists because pretty much nobody packages xpipe(1), which splits standard input based on number of bytes, or pattern, and passes it to separate invocations of the given command. + +## xpipe upstream +[https://github.com/jschauma/xpipe](https:////github.com/jschauma/xpipe) + +## Alternatives +None that I know of. You have to just write awk or sed scripts proficiently. + +## Reason for being in stackrpms +I need a tool like this, and I have had to replicate its functionality manually in the past. + +## Dependencies +Distro | xpipe +--------- | ----- +All dpkg | 0.0.1 + +## Additional info + +## References +None + +## Differences from upstream +N/A |