Compare commits
3 Commits
5c63b7ea79
...
v0.2.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 172c7b920e | |||
| 7d754eba79 | |||
|
|
07d0513958 |
@@ -1,5 +1,10 @@
|
|||||||
# fdup
|
# fdup
|
||||||
|
|
||||||
|
> [!CAUTION]
|
||||||
|
> Recently I've noticed wrong hashsum calculations in some cases (unknown reason for now).
|
||||||
|
>
|
||||||
|
> Different files may be falsely marked as having the same hash! Be careful and do not use the `-remove` option until issue https://github.com/gechandesu/fdup/issues/1 is resolved.
|
||||||
|
|
||||||
The dumb tool for finding duplicate files by their hash sums.
|
The dumb tool for finding duplicate files by their hash sums.
|
||||||
|
|
||||||
Compile it with `-prod` for better performance:
|
Compile it with `-prod` for better performance:
|
||||||
|
|||||||
2
fdup.v
2
fdup.v
@@ -35,7 +35,7 @@ fn main() {
|
|||||||
mut app := cli.Command{
|
mut app := cli.Command{
|
||||||
name: 'fdup'
|
name: 'fdup'
|
||||||
description: 'File duplicates finder'
|
description: 'File duplicates finder'
|
||||||
version: '0.2.0'
|
version: '0.2.1'
|
||||||
usage: '[DIR...]'
|
usage: '[DIR...]'
|
||||||
execute: find
|
execute: find
|
||||||
defaults: struct {
|
defaults: struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user