Forrest logo
back to context overview

peco

List of commands for peco:

  • peco:tldr:12c71 peco: Start peco for running processes.
    $ ps aux | peco
    try on your machine
    explain this command
  • peco:tldr:96afd peco: Start peco with a specified query.
    $ peco --query "${query}"
    try on your machine
    explain this command
  • peco:tldr:9a45b peco: Start peco on all files in the specified directory.
    $ find ${path-to-directory} -type f | peco
    try on your machine
    explain this command
back to context overview