From b7d09007d04c3b7c38848dd05d6105f3354b6b15 Mon Sep 17 00:00:00 2001 From: Thorsten Töpper Date: Sat, 7 Feb 2026 21:39:48 +0100 Subject: Init --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b6a16f --- /dev/null +++ b/README.md @@ -0,0 +1,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 +==== + -- cgit v1.3