An open API service indexing awesome lists of open source software.

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

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