summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRohan Verma <hello@rohanverma.net>2018-10-24 13:29:33 +0530
committerRohan Verma <hello@rohanverma.net>2018-10-24 13:29:33 +0530
commitf8832c5f62c562ba0a1c18723c7a12f4e510cf94 (patch)
tree112dcb53f9523764ead72c7598ce14232dfd868b
parent364565fc39daf09b13dda9336f938c68352150c5 (diff)
parent848de8ebc0cea6e7a4106f59974798b6d45a43f4 (diff)
Merge branch 'master' of https://github.com/akavel/up
-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