peco: add page (#6120)

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani
2021-06-15 11:12:55 +05:30
committed by GitHub
parent 68023b7eb8
commit 05b3ad3625

16
pages/common/peco.md Normal file
View File

@@ -0,0 +1,16 @@
# 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}}"`