Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 318 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 318 Bytes

ddf

CLI tool to De-Duplicate Files

 ❯ cp README.md readme2.md
 ❯ ddf
 .gitignore
 Makefile
 README.md
> readme2.md
 go.mod
 go.sum
 main.go

Found 1 repeat

ddf detects piped output and will automatically produce "quiet" output:

❯ cp README.md readme2.md
❯ ddf | cat
readme2.md