peco: add page (#6120)

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
manned-org^2
Muhammad Falak R Wani 2021-06-15 11:12:55 +05:30 committed by GitHub
parent 68023b7eb8
commit 05b3ad3625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

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}}"`