up

Write command-line pipes with instant live preview of results

brewmacoslinux
Try with needOr install directly
Source

About

Tool for writing command-line pipes with instant live preview

Commands

up

Examples

Preview JSON formatting and filtering in real-time$ echo '{"name":"test"}' | up
Chain multiple commands and see output update instantly$ cat data.txt | up
Build and test grep patterns with live preview$ ls -la | up