
peco
List of commands for peco:
-
peco:tldr:12c71 peco: Start peco for running processes.$ ps aux | pecotry on your machineexplain this command
-
peco:tldr:96afd peco: Start peco with a specified query.$ peco --query "${query}"try on your machineexplain this command
-
peco:tldr:9a45b peco: Start peco on all files in the specified directory.$ find ${path-to-directory} -type f | pecotry on your machineexplain this command