Projects STRLCPY deduplicator Commits 4d27da99
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 6 lines
    7 7  ## Usage
    8 8   
    9 9  ```bash
    10  -Usage: deduplicator [OPTIONS]
     10 +Usage: deduplicator [OPTIONS] [scan_dir_path]
     11 + 
     12 +Arguments:
     13 + [scan_dir_path] Run Deduplicator on dir different from pwd (e.g., ~/Pictures )
    11 14   
    12 15  Options:
    13 16   -t, --types <TYPES> Filetypes to deduplicate [default = all]
    14  - --dir <DIR> Run Deduplicator on dir different from pwd
    15 17   -i, --interactive Delete files interactively
    16  - --min-size <MIN_SIZE> Minimum filesize of duplicates to scan (e.g., 100B/1K/2M/3G/4T) [default: 1b]
     18 + -s, --min-size <MIN_SIZE> Minimum filesize of duplicates to scan (e.g., 100B/1K/2M/3G/4T) [default: 1b]
    17 19   -d, --max-depth <MAX_DEPTH> Max Depth to scan while looking for duplicates
    18 20   --min-depth <MIN_DEPTH> Min Depth to scan while looking for duplicates
    19  - --follow-links Follow links while scanning directories
     21 + -f, --follow-links Follow links while scanning directories
    20 22   -h, --help Print help information
    21 23   -V, --version Print version information
    22 24  ```
    skipped 82 lines
Please wait...
Page is in error, reload to recover