2025-03-14 21:59:59 -06:00
|
|
|
# peco
|
|
|
|
|
|
|
|
|
|
> Interactive filtering tool.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/peco/peco#command-line-options>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}"`
|