Man page - peco(1)

Packages contains this manual

    Package:  peco
    apt-get install peco
    Manuals in package:
    Documentations in package:

Manual

PECO

NAME
SYNOPSIS
OPTIONS

NAME

peco - Simplistic interactive filtering tool

SYNOPSIS

peco [ options ] [ FILE ]

OPTIONS

-h , --help

show this help message and exit

--query

initial value for query

--rcfile

path to the settings file

--version

print the version and exit

-b , --buffer-size

number of lines to keep in search buffer

--null

expect NUL (\0) as separator for target/output

--initial-index

position of the initial index of the selection (0 base)

--initial-matcher

specify the default matcher (deprecated)

--initial-filter

specify the default filter

--prompt

specify the prompt string

--layout

layout to be used. ’top-down’ or ’bottom-up’. default is ’top-down’

--select-1

select first item and immediately exit if the input contains only 1 item

--on-cancel

specify action on user cancel. ’success’ or ’error’. default is ’success’. This may change in future versions

--selection-prefix

use a prefix instead of changing line color to indicate currently selected lines. default is to use colors. This option is experimental

--exec

execute command instead of finishing/terminating peco. Please note that this command will receive selected line(s) from stdin, and will be executed via ’/bin/sh -c ’ or ’cmd /c’