超快速搜檔工具Everything功能更新,能用正規運算式找檔了

深受大家喜愛的超快速搜檔工具Everything終於推出64-bit版(1.3.3.658),同時增加了一些功能,有在使用的同好們請記得更新,還沒用過的可以參考《用Everything在電光石火間找到迷失的檔案》一文。以下是增強功能彙總。

儲存常用搜尋字串到Bookmark

我們可以把搜尋過的輸入字串儲存成書籤,下次要找同類型檔名時再由Bookmark功能選項裡挑選回來。
bookmark

增加過濾選項

功能表 【Search】→【Organize Filters...】或按〔Ctrl〕+〔Shift〕+〔F〕就能維護過濾類別,預設有音效檔、壓縮檔、文件、執行檔、圖形檔、視訊檔與資料夾等。由功能表【View】勾選【Filters】就能在視窗右上方顯示過濾下拉選單,則在輸入搜尋字串並顯示出符合的檔名後,就能由過濾下拉選單再過濾出需要的某類檔名。

Edit filter
filter

無比強大的搜尋語法

Search:欄位能使用那些過濾條件呢?只要瀏覽功能表 【Help】→【Search Syntax】就能找到所有的語法了。上圖壓縮檔使用了ext:函數,用分號分隔各個副檔名;其他選項眾多,待日後再分享常用語法。

Operators:
    space   AND
    |   OR
    !   NOT
    < >   Grouping
    " " Search for an exact phrase.

Wildcards:
    *   Matches zero or more characters.
    ?   Matches one character.
    *.  Matches filenames with no extension.
    *.* Same as *

Macros:
    quot:   Literal double quote (")
    apos:   Literal apostrophe (')
    amp:    Literal ampersand (&)
    lt: Literal less than (<)
    gt: Literal greater than (>)
    #x: Literal unicode character code x.

Modifiers:
    ascii:  Enable fast ASCII case comparisons.
    case:   Match case.
    diacritics: Match diacritical marks.
    file:   Match files only.
    folder: Match folders only.
    noascii:    Disable fast ASCII case comparisons.
    nocase: Do not match case.
    nodiacritics:   Do not match diacritical marks.
    nofileonly: Do not allow files only.
    nofolderonly:   Do not allow folders only.
    nopath: Do not match path.
    noregex:    Disable regex.
    nowfn-3402:  Do not match the whole filename.
    nowholefilename:    Do not match the whole filename.
    nowholeword:    Do not match whole words only.
    nowildcards:    Disable wildcards.
    noww:   Do not match whole words only.
    path:   Match path and file name.
    regex:  Enable regex.
    utf8:   Disable fast ASCII case comparisons.
    wfn-3402:    Match the whole filename.
    wholefilename:  Match the whole filename.
    wholeword:  Match whole words only.
    wildcards:  Enable wildcards.
    ww: Match whole words only.

Functions:
    attrib:<attributes>   Search for files and folders with the specified file attributes.
    attributes:<attributes>   Search for files and folders with the specified file attributes.
    child:<filename>  Search for folders that contain a child with a matching filename.
    dateaccessed:<date>   Search for files and folders with the specified date accessed.
    datecreated:<date>    Search for files and folders with the specified date created.
    datemodified:<date>   Search for files and folders with the specified date modified.
    da:<date> Search for files and folders with the specified date accessed.
    dc:<date> Search for files and folders with the specified date created.
    dm:<date> Search for files and folders with the specified date modified.
    dupe:   Search for duplicated filenames.
    empty:  Search for empty folders.
    ext:<list>    Search for files with a matching extension in the specified semi-colon delimited extension list.
    fsi:<index>   Search for files and folders in the specified zero based internal file system index.
    len:<length>  Search for files and folders that match the specified filename length.
    parents:<count>   Search for files and folders with the specified number of parent folders.
    rc:<date> Search for files and folders with the specified recently changed date.
    recentchange:<date>   Search for files and folders with the specified recently changed date.
    root:   Search for files and folders with no parent folders.
    runcount:<count>  Search for files and folders with the specified run count.
    size:<size>   Search for files with the specified size in bytes.
    type:<type>   Search for files and folders with the specified type.

Function Syntax:
    function:value  Equal to value.
    function:<=value Less than or equal to value.
    function:<value  Less than value.
    function:=value Equal to value.
    function:>value  Greater than value.
    function:>=value Greater than or equal to value.
    function:start..end Is in the range of values from start to end.
    function:start-end  Is in the range of values from start to end.

Size Syntax:
    size[kb|mb|gb]

Size Constants:
    empty
    tiny    0 KB < size <= 10 KB
    small   10 KB < size <= 100 KB
    medium  100 KB < size <= 1 MB
    large   1 MB < size <= 16 MB
    huge    16 MB < size <= 128 MB
    gigantic    size > 128 MB
    unknown

Date Syntax:
    year
    month/year or year/month depending on locale settings
    day/month/year, month/day/year or year/month/day depending on locale settings

Date Constants:
    today
    yesterday
    tomorrow
    <last|past|prev|current|this|coming|next><year|month|week>
    <last|past|prev|coming|next><x><years|months|weeks|hours|minutes|mins|seconds|secs>
    january|february|march|april|may|june|july|august|september|october|november|december
    jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec
    sunday|monday|tuesday|wednesday|thursday|friday|saturday
    sun|mon|tue|wed|thu|fri|sat
    unknown

Attribute Constants:
    A   Archive
    C   Compressed
    D   Directory
    E   Encrypted
    H   Hidden
    I   Not content indexed
    L   Reparse point
    N   Normal
    O   Offline
    P   Sparse file
    R   Read only
    S   System
    T   Temporary
    V   Device

支援正規運算式(Regular Expression)

由功能表Search→Enable Regex或按〔Ctrl〕+〔R〕就能啟用正規運算式,有尋找特別樣式的檔名時多了方便無比的利器。
regex

匯出檔名清單

搜尋出的檔名可以由功能表File→Export...匯出副檔名為.efu的文字檔(Everything File List),日後也能用Open File List...來開啟,書籤也能指定搜尋某個File List。這個功能或許在記錄不同時間的檔案清單有些用處。

下載網址

簡睿軟體頻道:

##

您可能也會有興趣的類似文章

簡睿

服務於軟體業的資訊老兵。興趣廣泛,學習力佳,樂於分享所知所學。

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *