summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz CzapliƄski <czapkofan@gmail.com>2018-10-24 09:57:22 +0200
committerGitHub <noreply@github.com>2018-10-24 09:57:22 +0200
commit848de8ebc0cea6e7a4106f59974798b6d45a43f4 (patch)
tree43e4a67fa5a1ac07489067a0c40850c307acc0e7
parentf1d4bb8f864f3318c2561ac04f2a2e158f19c6bb (diff)
readme: add info about prior art (pipecut)
Thanks @TronDD.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index c11ec61..d6c0100 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,12 @@ then:
you reach this limit, a `+` character should get displayed in the top-left
corner of the screen. (This is intended to be changed to a
dynamically/manually growable buffer in a future version of *up*.)
+- **Prior art:** I was surprised no one seemed to write a similar tool before,
+ that I could find. It should have been possible to write this since the dawn
+ of Unix already, or earlier! And indeed, after I announced *up*, I got enough
+ publicity that my attention was directed to one such earlier project already:
+ **[Pipecut](http://pipecut.org/index.html)**. Looks interesting! You may like
+ to check it too! (Thanks [@TronDD](https://lobste.rs/s/acpz00/up_tool_for_writing_linux_pipes_with#c_qxrgoa).)
## Future Ideas