README.md
author Mikael Berthe <mikael@lilotux.net>
Sat, 07 Apr 2018 21:13:49 +0200
changeset 27 a1b2568b1307
child 29 687ac60f5f01
permissions -rw-r--r--
Add README.md and gitignore for the Github mirror
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
27
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
# goduf
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     2
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
Goduf is a fast duplicate file finder.
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     5
## Usage
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     6
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
The typical usage is very simple:
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     8
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     9
```
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
% goduf DIRS...
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    11
```
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    12
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    13
Example:
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    14
```
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    15
% goduf /usr/bin
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    16
Group #1 (2 files * 76 bytes):
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    17
/usr/bin/vam
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    18
/usr/bin/vim-addons
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    19
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    20
Group #2 (2 files * 292 bytes):
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    21
/usr/bin/pip
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    22
/usr/bin/pip2
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    23
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    24
Group #3 (3 files * 1134 bytes):
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    25
/usr/bin/gajim
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    26
/usr/bin/gajim-history-manager
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    27
/usr/bin/gajim-remote
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    28
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    29
Group #4 (2 files * 1303 bytes):
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    30
/usr/bin/pdftexi2dvi
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    31
/usr/bin/texi2pdf
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    32
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    33
Group #5 (7 files * 4791 bytes):
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    34
/usr/bin/ansible
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    35
/usr/bin/ansible-console
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    36
/usr/bin/ansible-doc
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    37
/usr/bin/ansible-galaxy
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    38
/usr/bin/ansible-playbook
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    39
/usr/bin/ansible-pull
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    40
/usr/bin/ansible-vault
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    41
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    42
(...)
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    43
```
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    44
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    45
Use `goduf -h` to get the list of available options.
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    46
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    47
*Note for Windows users*: goduf does not normalize paths on Windows, so be careful not to specify the same path twice.
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    48
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    49
On Linux, hard links are automatically excluded.
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    50
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    51
## Installation:
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    52
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    53
From the Github mirror:
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    54
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    55
```
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    56
% go get hg.lilotux.net/golang/mikael/goduf
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    57
```
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    58
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    59
From my Mercurial repository (upstream):
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    60
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    61
```
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    62
% go get github.com/McKael/goduf
a1b2568b1307 Add README.md and gitignore for the Github mirror
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    63
```