package
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Aug 26, 2026
License: MIT
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Cmd = &cobra.Command{
Use: "dupekill",
Short: "Remove duplicate files from cleanup trees that exist in reference tree",
RunE: run,
}
const (
ModePathOnly Mode = "path"
ModePathSize Mode = "path+size"
ModePathHash Mode = "path+hash"
ModeHashOnly Mode = "hash"
ModeFilenameSize Mode = "filename+size"
ModePixelHash Mode = "pixel-hash"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.