filt is a interactive/realtime stream filter ( also known as "trial-and-error pipe" ).
$ tail -F /var/log/nginx/access.log | filtand enter Ctrl+C.
You can use --buffered ( -b ) option
$ cat /var/log/nginx/access.log | filt -band enter Ctrl+C.
Input "exit" to prompt or enter Ctrl+C.
Enable:
$ filt config history.enable trueDisable:
$ filt config history.enable falsehomebrew tap:
$ brew install k1LoW/tap/filtmanually:
Download binany from releases page
go install:
$ go install github.com/k1LoW/filt@latest- up: up is the Ultimate Plumber, a tool for writing Linux pipes in a terminal-based UI interactively, with instant live preview of command results.