The Ultimate Plumber- A Tool For Writing Linux Pipes in A Terminal-Based UI UP is the Ultimate Plumber, a tool for writing Linux pipes in a terminal-based UI interactively, with instant live preview of command results. 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., by providing a quick, interactive, scrollable preview of their results. Usage Download UP for Linux | Other OSes To start using up, redirect any text-emitting command (or pipeline) into it — for example: $ lshw |& ./up then: use PgUp/PgDn and Ctrl-[←]/Ctrl-[→] for basic browsing through the command output; in the input box at the top of the screen, start writing any bash pipeline; then press Enter t...