mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:26:01 +02:00
peco: add page (#6120)
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
parent
68023b7eb8
commit
05b3ad3625
1 changed files with 16 additions and 0 deletions
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}}"`
|
Loading…
Add table
Reference in a new issue