m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Add --header-lines option

This commit is contained in:
Junegunn Choi
2015-07-22 03:21:20 +09:00
parent 18469b6954
commit f469c25730
8 changed files with 143 additions and 77 deletions

View File

@@ -259,8 +259,11 @@ Maximum number of entries in the history file (default: 1000). The file is
automatically truncated when the number of the lines exceeds the value.
.TP
.BI "--header-file=" "FILE"
The content of the file will be printed as the "sticky" header. The file can
The content of the file will be printed as the sticky header. The file can
span multiple lines and can contain ANSI color codes.
.TP
.BI "--header-lines=" "N"
The first N lines of the input are treated as the sticky header.
.SS Scripting
.TP
.BI "-q, --query=" "STR"