From b72b64f4fcb080672f686ac406812d8b144660b5 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Wed, 31 Aug 2022 14:57:38 +0000 Subject: [PATCH] Add manpage --- pkg/debian/dupeguru.1 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pkg/debian/dupeguru.1 diff --git a/pkg/debian/dupeguru.1 b/pkg/debian/dupeguru.1 new file mode 100644 index 00000000..689a32da --- /dev/null +++ b/pkg/debian/dupeguru.1 @@ -0,0 +1,19 @@ +.TH dupeguru 1 2015-01-15 "debomatic" +.SH NAME +dupeguru \- GUI tool to find duplicate files in a system +.SH SYNOPSIS +.B dupeguru +.SH DESCRIPTION +dupeGuru is a tool to find duplicate files on your computer. +.PP +It can scan either filenames or contents. The filename scan features a +fuzzy matching algorithm that can find duplicate filenames even when +they are not exactly the same. +.PP +dupeGuru is customizable: you can tweak its matching engine to find +exactly the kind of duplicates you want to find. +.SH COPYRIGHT +This manual page is Copyright 2007-2022 Luca Falavigna . +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU General Public License, Version 3 or any later +version published by the Free Software Foundation.