Projects STRLCPY deduplicator Commits aaa2141e
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    README.md
    skipped 3 lines
    4 4   Find, Sort, Filter & Delete duplicate files
    5 5  </p>
    6 6   
    7  -<strong align="center">
     7 +<p align="center">
    8 8  NOTE: This project is still being developed. At the moment, as shown in the screenshot below, deduplicator is able to scan through and list duplicates with and without caching. Contributions are welcome.
    9  -</strong>
     9 +</p>
    10 10   
    11 11  <h2 align="center">Usage</h2>
    12 12   
    skipped 7 lines
    20 20   -h, --help Print help information
    21 21   -V, --version Print version information
    22 22  ```
     23 + 
     24 +<h2 align="center">Installation</h2>
     25 + 
     26 +<p align="center">Currently, deduplicator is only installable via rust's cargo package manager</p>
     27 + 
     28 +```
     29 +cargo install deduplicator
     30 +```
     31 +<p align="center">
     32 + note that if you use a version manager to install rust (like asdf), you need to reshim (`asdf reshim rust`).
     33 +</p>
     34 + 
    23 35  <h2 align="center">Performance</h2>
    24 36   
    25 37  <p align="center">
    skipped 9 lines
Please wait...
Page is in error, reload to recover