Compare commits

...

2 Commits

Author SHA1 Message Date
ge
238a27c346 Bump version 2025-09-24 21:03:16 +03:00
gechandesu
510c5ff43f Update README.md
Remove notice due the issue #1 is resolved.
2025-09-24 20:53:40 +03:00
3 changed files with 3 additions and 8 deletions

View File

@@ -1,10 +1,5 @@
# 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.
Compile it with `-prod` for better performance:

2
fdup.v
View File

@@ -35,7 +35,7 @@ fn main() {
mut app := cli.Command{
name: 'fdup'
description: 'File duplicates finder'
version: '0.2.0'
version: '0.2.1'
usage: '[DIR...]'
execute: find
defaults: struct {

4
v.mod
View File

@@ -1,7 +1,7 @@
Module {
name: 'fdup'
description: 'File duplicates finder'
version: '0.2.0'
description: 'Find and remove duplicate files'
version: '0.2.1'
license: 'GPL-3.0-or-later'
dependencies: []
}