prolix
tool to interactively filter chatty command output
Install
- All systems
-
curl cmd.cat/prolix.sh
- Debian
-
apt-get install prolix
- Ubuntu
-
apt-get install prolix
- Kali Linux
-
apt-get install prolix
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install prolix
- Raspbian
-
apt-get install prolix
- Dockerfile
- dockerfile.run/prolix
prolix
tool to interactively filter chatty command output
prolix launches a command and captures its standard output and error, suppressing uninteresting lines according to a pattern. Yet unlike grep -v, prolix is an interactive program: When you find that the output you're being shown is still too verbose, simply hit enter and add additional suppression patterns. Suppression patterns can be full or substring line matches as well as regular expressions. You can also apply substitutions to lines, for example shorten overly chatty fields.