mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Document new filter options.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
a92b6781b8
commit
9aaa96625f
@ -945,9 +945,27 @@ menu (option
|
|||||||
.SH " Filter..."
|
.SH " Filter..."
|
||||||
The filter command allows you to specify a shell pattern (for example
|
The filter command allows you to specify a shell pattern (for example
|
||||||
.BR "*.tar.gz" )
|
.BR "*.tar.gz" )
|
||||||
which the files must match to be shown. Regardless
|
which the files and directories must match to be shown.
|
||||||
of the filter pattern, the directories and the links to directories
|
The
|
||||||
are always shown in the directory panel.
|
.\"LINK2"
|
||||||
|
input line
|
||||||
|
.\"Input Line Keys"
|
||||||
|
allow enter the pattern of file/directory names that will be shown
|
||||||
|
in the panel.
|
||||||
|
.PP
|
||||||
|
When
|
||||||
|
.I Files only
|
||||||
|
checkbox is on, only files will be matched to the filter, and all
|
||||||
|
directories will be shown. Otherwise, as files as directories will
|
||||||
|
be filtered. When
|
||||||
|
.I Shell Patterns
|
||||||
|
checkbox is on, the regular expression is much like the filename globbing
|
||||||
|
in the shell (* standing for zero or more characters and ? standing
|
||||||
|
for one character). Otherwise, the matching of files/directoris is done
|
||||||
|
with normal regular expressions (see ed(1)). When
|
||||||
|
.I Case sensitive
|
||||||
|
checkbox is on, the filtering will be case sensitive characters. Otherwise,
|
||||||
|
the case will be ignored.
|
||||||
.\"NODE " Reread"
|
.\"NODE " Reread"
|
||||||
.SH " Reread"
|
.SH " Reread"
|
||||||
The reread command reload the list of files in the directory. It is
|
The reread command reload the list of files in the directory. It is
|
||||||
|
@ -1016,10 +1016,27 @@ half name | size:7 | type mode:3
|
|||||||
.\"NODE " Filter..."
|
.\"NODE " Filter..."
|
||||||
.SH " Фильтр..."
|
.SH " Фильтр..."
|
||||||
Пункт меню "Фильтр" позволяет задать шаблон, которому должны
|
Пункт меню "Фильтр" позволяет задать шаблон, которому должны
|
||||||
соответствовать имена файлов, отображаемых в панели (например,
|
соответствовать имена файлов и каталогов, отображаемых в панели
|
||||||
|
(например,
|
||||||
.BR "*.tar.gz" ).
|
.BR "*.tar.gz" ).
|
||||||
Имена каталогов и ссылки на каталоги отображаются всегда, независимо от
|
.PP
|
||||||
шаблона.
|
Строка ввода
|
||||||
|
.\"Input Line Keys"
|
||||||
|
предназначена для ввода регулярного выражения (маски) для выбора файлов.
|
||||||
|
Если включена опция
|
||||||
|
.IR "Только файлы" ,
|
||||||
|
то фильтроваться будут только файлы, а все каталоги будут отбражаться
|
||||||
|
независимо от того, соответствуют они фильтру или нет. В противном случае
|
||||||
|
фильтроваться будут как файлы, так и каталоги. Если включена опция
|
||||||
|
.IR "Образцы в стиле shell" ,
|
||||||
|
регулярные выражение строятся по тем же правилам, которые действуют в
|
||||||
|
оболочке shell ('*' означает ноль или большее число любых символов, а '?'
|
||||||
|
заменяет один произвольный символ). В противном случае соответствие
|
||||||
|
файлов/каталогов фильтру определяется по правилам обработки нормальных
|
||||||
|
регулярных выражений (смотрите ed(1)). Если включена опция
|
||||||
|
.I "С учётом регистра" ,
|
||||||
|
то фильтрация файлов и каталогов будет производиться с учётом регистра
|
||||||
|
символов имён. В противном случае регистр символов учитываться не будет.
|
||||||
.\"NODE " Reread"
|
.\"NODE " Reread"
|
||||||
.SH " Перечитать"
|
.SH " Перечитать"
|
||||||
Команда "Перечитать" обновляет список, отображаемый на панели. Это
|
Команда "Перечитать" обновляет список, отображаемый на панели. Это
|
||||||
|
Loading…
Reference in New Issue
Block a user