update doc

This commit is contained in:
Gokcehan 2022-01-04 23:48:04 +03:00
parent 673dad9f07
commit fea4ededb6
3 changed files with 38 additions and 38 deletions

View File

@ -568,12 +568,12 @@ Show only directories.
dirtyfiles []string (default '!*')
List of dirty file glob patterns. These files won't have 'cleaner' called
before previewing them. Patterns can be given as relative or
absolute paths. Globbing supports the usual special characters, '*' to match
any sequence, '?' to match any character, and '[...]' or '[^...] to match
character sets or ranges. In addition, if a pattern starts with '!', then
its matches are excluded from dirty files.
List of dirty file glob patterns. These files won't have 'cleaner' executed
before previewing them. Patterns can be given as relative or absolute paths.
Globbing supports the usual special characters, '*' to match any sequence,
'?' to match any character, and '[...]' or '[^...] to match character sets
or ranges. In addition, if a pattern starts with '!', then its matches are
excluded from dirty files.
drawbox bool (default off)

14
lf.1
View File

@ -124,6 +124,7 @@ The following options can be used to customize the behavior of lf:
dircounts bool (default off)
dirfirst bool (default on)
dironly bool (default off)
dirtyfiles []string (default '!*')
drawbox bool (default off)
errorfmt string (default "\e033[7;31;47m%s\e033[0m")
filesep string (default "\en")
@ -131,7 +132,6 @@ The following options can be used to customize the behavior of lf:
globsearch bool (default off)
hidden bool (default off)
hiddenfiles []string (default '.*')
dirtyfiles []string (default '!*')
icons bool (default off)
ifs string (default '')
ignorecase bool (default on)
@ -663,6 +663,12 @@ Show directories first above regular files.
.PP
Show only directories.
.PP
.EX
dirtyfiles []string (default '!*')
.EE
.PP
List of dirty file glob patterns. These files won't have 'cleaner' executed before previewing them. Patterns can be given as relative or absolute paths. Globbing supports the usual special characters, '*' to match any sequence, '?' to match any character, and '[...]' or '[^...] to match character sets or ranges. In addition, if a pattern starts with '!', then its matches are excluded from dirty files.
.PP
.EX
drawbox bool (default off)
.EE
@ -705,12 +711,6 @@ Show hidden files. On unix systems, hidden files are determined by the value of
.PP
List of hidden file glob patterns. Patterns can be given as relative or absolute paths. Globbing supports the usual special characters, '*' to match any sequence, '?' to match any character, and '[...]' or '[^...] to match character sets or ranges. In addition, if a pattern starts with '!', then its matches are excluded from hidden files.
.PP
.EX
dirtyfiles []string (default '!*')
.EE
.PP
List of dirty file glob patterns. Those files won't have 'cleaner' executed before previewing them. Patterns can be given as relative or absolute paths. Globbing supports the usual special characters, '*' to match any sequence, '?' to match any character, and '[...]' or '[^...] to match character sets or ranges. In addition, if a pattern starts with '!', then its matches are excluded from dirty files.
.PP
.EX
icons bool (default off)
.EE