Skip to content
Gaku edited this page Dec 5, 2020 · 6 revisions

Adds Filter bar to filter items

Show items with names matching an input filter and hide those do not

Filter bar

Note

  1. Filter format:

    • a text pattern accepting * and ? as wildcards
    • * stands for any number of any characters
    • ? stands for any one character
    • use ; to separate multiple patterns of which any one to match
    • If only normal text is specified (no * ? ;), any item with its name containing the text anywhere will be matched.
  2. Can opt to support regular expression and Migemo

    • /regular expression/

Japanese

フィルターバー

一覧画面にフィルターをかけてファイルやフォルダの表示を制限する。

Clone this wiki locally