dupekill

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2026 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:   "dupekill",
	Short: "Remove duplicate files from cleanup trees that exist in reference tree",
	RunE:  run,
}

Functions

This section is empty.

Types

type Mode

type Mode string
const (
	ModePathOnly     Mode = "path"
	ModePathSize     Mode = "path+size"
	ModePathHash     Mode = "path+hash"
	ModeHashOnly     Mode = "hash"
	ModeFilenameSize Mode = "filename+size"
	ModePixelHash    Mode = "pixel-hash"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL