This article is a mirror article of machine translation, please click here to jump to the original article.

View: 4200|Reply: 0

Disk file management tools Everything, SpaceSniffer, Clover

[Copy link]
Posted on 10/19/2022 2:58:33 PM | | | |
Preface:
This article collects three file management tools that I use every day:

File search artifact - Everything
Disk file occupancy analysis tool - SpaceSniffer
File Explorer – Clover
Below I will introduce each tool from two aspects: pain points and usage techniques.

1. File search artifact - Everything

Download Address:The hyperlink login is visible.

Pain point:

If you want to search for a file quickly, you only know a prefix or suffix, and you want to search vaguely, but even if you know the full name of the file, the search function that comes with Windows is very slow. Let's take a picture to feel it.


Put another search rendering using everything



One may not produce results in more than ten minutes, and one result will come out in seconds.

Tips:

The following 2 images contain most of the search tips

Scenario 1

Input: C:\Users\Administrator\Documents\WeChat Files\ *.jpg size:>10kb

Interpretation: Search for a specified WeChat folderAll jpgs larger than 10kb under the pathFormat picture




Scenario 2

Input: C:\Users\Administrator\ *.jpg|*.png dc:today size:>40kb

Definition: Search under the specified path, created today,All jpg or png formats with files larger than 40kb in sizeImage




The search syntax of this tool is pasted below, and the above commands can be found in the search syntax.

Operator:
    space and (AND)
    |    OR (OR)
    !    NOT
    < > Grouping
    " " Search for phrases inside quotation marks.

Wildcard:
    * Match 0 or more characters.
    ?    Match 1 character.
    *.    Matches file names that do not contain the extension.
    *.* is the same as *

Macro:
    quot: Double quotes (")
    apos: single quote (')
    amp: with sign (&)
    lt: Less than (<)
    gt: greater than (>)
    #x: Unicode character code x.

Modifiers:
    ASCII: Enables fast ASCII case contrast.
    case: case-sensitive.
    diacritics: Matching diacritics.
    file: only matches files.
    folder: Matches folders only.
    noascii: Disables fast ASCII case contrast.
    nocase: case-insensitive.
    Nodiacritics: Doesn't match diacritics.
    nofileonly: Only files are not allowed.
    nofolderonly: Only folders are not allowed.
    nopath: mismatching path.
    noregex: Disable regular expressions.
    nowfn: does not match the full file name.
    nowholefilename: does not match the full file name.
    nowholeword: Disables full-word matching only.
    Nowildcards: Disable wildcards.
    noww: Only full-word matching is disabled.
    path: matches the path and file name.
    regex: Enable regular expressions.
    utf8: Disable fast ASCII case contrast.
    wfn: match full file name.
    wholefilename: Matches the full filename.
    wholeword: Matches only full characters.
    wildcards: Enable wildcards.
    ww: Full word match only.

Function:
    attrib:<attributes> Searches for files and folders with specified file properties.
    attributes:<attributes> Search for files and folders with specified file properties.
    child:<filename> Search for folders that contain files with matching file names.
    childcount:<count> Search for folders that contain a specified number of subfolders or files.
    ChildFileCount:<count> Searches for folders containing a specified number of files.
    childfoldercount:<cnt> Search for folders that contain a specified number of subfiles.
    dateaccessed:<date> Search for files and folders with a specified access time.
    datecreated:<date> Search for files and folders with a specified creation date.
    datemodified:<date> Search for files and folders with a specified modification date.
    daterun:<date> Search for files and folders with a specified open time.
    da:<date> Search for files and folders with a specified access time.
    dc:<date> Search for files and folders with a specified creation date.
    dm:<date> Search for files and folders with a specified modification date.
    tl;dr:<date> Search for files and folders with a specified open time.
    dupe: Search for duplicate file names.
    empty: Search for empty folders.
    endwith:<text> Search for files that end with specified text (including extensions).
    ext:<list> Search and list files that match the specified extension (extensions are separated by semicolons).
    filelist:<fn1|fn2|...> Search for files in the list of file names.
    FileListFileName:<name> Searches for files and folders in the list of file names.
    fsi:<index> Search for a specified drive letter index Chinese or folder (index 0 means C drive, and so on).
    infolder:<path> Searches for files and folders under the specified path (excluding subfolders).
    len:<length> Search for files and folders that match the length of the specified file name.
    parent:<path> Search for files and folders under the specified path (excluding subfolders).
    parents:<count> Search for files and folders with a specified number of parent folders.
    rc:<date> Search for files and folders with a specified date of last modification.
    recentchange:<date> Search for files and folders with a specified date of last modification.
    root: Search for files and folders that don't have a parent folder.
    runcount:<count> Searches for files and folders with a specified number of opens.
    size:<size> Searches for files of the specified size (in bytes).
    sizedupe: Search for files with duplicate sizes.
    startwith:<text> Search for files that start with specified text.
    type:<type> Search for files and folders of the specified file type.

Function syntax:
    function:value is equal to a certain set value.
    function:<=value is less than or equal to a certain set value.
    function:<value is less than a certain set value.
    function:=value is equal to a certain set value.
    function:>value is greater than a certain set value.
    function:>=value is greater than or equal to a certain set value.
    function:start.. end is within the range of the start and end values.
    function:start-end is within the range of the start and end values.

Size syntax:
    size[kb|mb|gb]

Magnitude constant:
    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 depends on the local settings
    day/month/year, month/day/year, or year/month/day depends on the local settings

Date constant:
    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 compression
    D Catalog
    E encryption
    H hidden
    I Unindexed content
    L Reparse point
    N General
    o Offline
    P sparse file
    R read-only
    S system
    T Temporary
    V device

2. Disk file occupancy analysis tool - SpaceSniffer

Download Address:The hyperlink login is visible.

Pain point:

The disk space is full again, I don't know what files are taking up space, and I can't find the target when I want to delete files.

Tips:

Select the drive letter, click start to analyze the space occupied by the disk file, the tool will display the file size in large and small squares, the larger the space occupied by the file, the larger the square will be displayed, so that you can easily find files that take up a lot of space, when cleaning the space, find a few primary large junk files, and solve 80% of the space occupation problem.




As shown in the figure below, each folder can be drilled down by clicking Drill Down



The drill down lists each file, and the Chinese part can be right-clicked to delete and cut to a path with enough space

3. File explorer - Clover

Download Address:The hyperlink login is visible.

Pain point:

After opening multiple folders, the already crowded taskbar space is even worse. Clover can merge multiple open folders into tab tabs, just like the browser's tabs, the taskbar is much cleaner from now on, and it also comes with some shortcut keys and favorites functions, making it much easier to find frequently used files.

Tips:

After installing Clover, it will enhance the original Explorer Explorer on Windows, and when you open Explorer in the future, it will bring tabs.




Clover's shortcuts



Clover's settings



Original address:The hyperlink login is visible.

(End)





Previous:[Practical Combat] Build an HTTP proxy service based on Tinyproxy
Next:[Actual combat]. NET/C# implements MySQL database backups based on MySqlBackup.NET
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com