peco: add page (#6120)
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:

committed by
GitHub

parent
68023b7eb8
commit
05b3ad3625
16
pages/common/peco.md
Normal file
16
pages/common/peco.md
Normal 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}}"`
|
Reference in New Issue
Block a user