1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: dupd
Maintainer: Ermakov Alexander <ermakovav@altgtu.ru>
Section: utils
Build-Depends:
debhelper-compat (= 13),
bash-completion,
libsqlite3-dev,
libssl-dev,
Standards-Version: 4.7.3
Homepage: https://github.com/jvirkki/dupd
Vcs-Browser: https://github.com/ermakov0/dupd
Vcs-Git: https://github.com/ermakov0/dupd.git
Package: dupd
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
bash-completion,
Description: duplicate file finder CLI utility
dupd enables an exploratory approach to finding duplicates in your
filesystems instead of only showing a static list of duplicate
files. See the docs directory for more information and examples.
.
dupd also seeks to be fast. For most file sets it performs better than
other popular tools.
|