peco
Interactive filtering tool. More information: <https://github.com/peco/peco>.
Install
- All systems
-
curl cmd.cat/peco.sh
- Debian
-
apt-get install peco
- Ubuntu
-
apt-get install peco
- Kali Linux
-
apt-get install peco
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install peco
- OS X
-
brew install peco
- Raspbian
-
apt-get install peco
- Dockerfile
- dockerfile.run/peco
Interactive filtering tool. More information: <https://github.com/peco/peco>.
-
Start `peco` on all files in the specified directory:
find path/to/directory -type f | peco
-
Start `peco` for running processes:
ps aux | peco
-
Start `peco` with a specified query:
peco --query "query"
© tl;dr; authors and contributors