2021-06-15 06:42:55 +01:00
|
|
|
# peco
|
|
|
|
|
|
|
|
> Interactive filtering tool.
|
|
|
|
> More information: <https://github.com/peco/peco>.
|
|
|
|
|
2023-06-27 22:57:35 +01:00
|
|
|
- Start `peco` on all files in the specified directory:
|
2021-06-15 06:42:55 +01:00
|
|
|
|
|
|
|
`find {{path/to/directory}} -type f | peco`
|
|
|
|
|
2023-06-27 22:57:35 +01:00
|
|
|
- Start `peco` for running processes:
|
2021-06-15 06:42:55 +01:00
|
|
|
|
|
|
|
`ps aux | peco`
|
|
|
|
|
2023-06-27 22:57:35 +01:00
|
|
|
- Start `peco` with a specified query:
|
2021-06-15 06:42:55 +01:00
|
|
|
|
|
|
|
`peco --query "{{query}}"`
|