blob: 0b6a16f213b3cc3e5a4be6ba48c1782dbe92c61c (
plain) (
blame)
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
|
OVERVIEW
========
duplicate\_finder scans paths and stores information about the files it finds.
The information contains metadata from the filesystem but also hashes calculated
by reading the file. The data is collected in a sqlite database.
OPTIONS
=======
Information can be found in the manpage or by calling the executable with `--help`.
BUILD
=====
`cmake -S .`
`make`
This will also build executables with debug options and create a manpage.
The latter requires `asciidoc`, `xmlto` and `gzip` for compression.
TODO
====
|