mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
cb402ec669
Co-authored-by: Harshavardhan <harshath3018@gmail.com>
337 B
337 B
peco
Interactive filtering tool. More information: https://github.com/peco/peco#command-line-options.
- Start
pecoon all files in the specified directory:
find {{path/to/directory}} -type f | peco
- Start
pecofor running processes:
ps aux | peco
- Start
pecowith a specified query:
peco --query "{{query}}"