https://github.com/puzza007/ksero
A duplicate file finder in Rust
https://github.com/puzza007/ksero
duplicatefilefinder rust
Last synced: about 1 year ago
JSON representation
A duplicate file finder in Rust
- Host: GitHub
- URL: https://github.com/puzza007/ksero
- Owner: puzza007
- Created: 2018-12-05T20:48:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T21:19:44.000Z (about 4 years ago)
- Last Synced: 2025-02-02T00:27:51.841Z (over 1 year ago)
- Topics: duplicatefilefinder, rust
- Language: Rust
- Size: 32.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build
Install [Rust](https://rustup.rs/)
```
cargo build --release
```
## Run
```
./target/release/ksero --help
Ksero 0.1.0
Paul Oliver
Duplicate File Finder
USAGE:
ksero --directories ...
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
--directories ... Sets directories to search
```
## TODO
Handle hard links by checking inodes