A tool for writing Bash pipes with instant live preview ↦
Meet up
a.k.a. the Ultimate Plumber:
The main goal of the Ultimate Plumber is to help interactively and incrementally explore textual data in Linux, by making it easier to quickly build complex pipelines, thanks to a fast feedback loop. This is achieved by boosting any typical Linux text-processing utils such as
grep
,sort
,cut
,paste
,awk
,wc
,perl
, etc., etc., by providing a quick, interactive, scrollable preview of their results.
Discussion
Sign in or Join to comment or subscribe
Jerod Santo
Bennington, Nebraska
Jerod co-hosts The Changelog, crashes JS Party & takes out the trash (his old code) once in awhile.
2018-10-26T15:45:51Z ago
Worth noting: the author originally wrote this tool with just Linux in mind, because they don’t have access to macOS. In typical open source beauty, macOS users confirmed it does, indeed, work there as well and now
up
is in the process of being added to homebrew.Jerod Santo
Bennington, Nebraska
Jerod co-hosts The Changelog, crashes JS Party & takes out the trash (his old code) once in awhile.
2018-10-26T15:50:42Z ago
Oh, and I also forgot to say: First post!