1 .Dd $Mdocdate: October 16 2016 $
13 utility filters lines form stdin interactively with the keyboard, and print
14 the selected line to stdout.
16 Lower case switches are for the interface, uppercase switches are for
20 Display line numbers in interface.
23 Return the line number rather than the match.
26 Return the current header that the selection belongs to in addition to the
27 match, delimited by a tab.
30 Key to use to validate current selection in addition to Enter.
33 Character separating the content from the comments. Every character after
34 the separator will be considered as comment and will be grayed and aligned
37 If a separator is at the beginning of a line (without leading space), the
38 line is considered as a section header, and it will always be displayed
39 regardless if it matches or not.
42 Number of lines to display at once. Default is 30.
50 Print the matched line to stdout and exit.
53 Print the content of the input rather than the matched line to stdout and exit.
55 .It Cm ^P / ^N, Up / Down
56 Navigate to the previous / next line.
58 .It Cm PageUp / PageDown
59 Navigate 10 lines up / down.
62 Set input to the currently highlighted candidate, then cycle through candidate
66 Delete one char backward, but if there is no char
67 backward, it should return an error code of 1.
70 Cancel, and make filter return the error code of 1.
73 Deletes the last entered word.
76 Deletes the entire input and jump to the first line.