Skip to content

Commit

Permalink
More text
Browse files Browse the repository at this point in the history
  • Loading branch information
Stridsvagn69420 committed Jun 25, 2023
1 parent 3aa0722 commit 761efe0
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
Simple tool for removing duplicate files

# Usage
```rmdup <file.txt>```
You just pass a file and it will scan the Current Working Directory for files that have the same [BLAKE3](https://github.com/BLAKE3-team/BLAKE3) hash.
```sh
rmdup <file.txt>
```
You just pass a file and it will scan the Current Working Directory for files that have the same [BLAKE3](https://github.com/BLAKE3-team/BLAKE3) hash. The file does not have to be located in the CWD too, so Absolute Paths work too.

This tool is likely to get even more functionality in the future. If you'd like to have a feature added, just open a new Issue.

# Installation
## Cargo
```cargo install rmdup```
## Installation
### Cargo
```sh
cargo install rmdup
```

## GitHub
There are also precompiled binaries on GitHub. Just go to the [Release](https://github.com/Stridsvagn69420/rmdup/releases) Page and download the standalone binary for your platform.
### GitHub
Clone the repository and simply run `cargo build --release` or `cargo install --path .` or download the standalone binary for your platform on the [Release](https://github.com/Stridsvagn69420/rmdup/releases/latest) Page.

0 comments on commit 761efe0

Please sign in to comment.