filetools

package module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

README

File Tools

GoDoc Go Report Card License GitHub release Build Status codecov

A collection of tools to manage a large collection of files.

  • Find Duplicate files
  • Find similarly named files

Coming Soon

  • Binary releases for Windows, Linux, and MacOs

Unique Bugs

  • Improve Report
  • Sort Items by size, descending
  • File Size Function
  • Actually support different hash algorithms.

Similar

  • Use sharded multiwalk and delete hold multiwalk function since it's prone to race conditions.
  • similar tests are dead locking.
  • Similar cannot handle multiple paths yet because of race-condition in multiwalk acting on 1 map.

Documentation

Overview

Package filetools is a collection of tools to manage a large collection of files.

Directories

Path Synopsis
cmd
cleanup
Package main cleans up directories.
Package main cleans up directories.
similar
Package main finds similarly named files in a directory structure.
Package main finds similarly named files in a directory structure.
unique
Package main finds duplicate files in a directory structure.
Package main finds duplicate files in a directory structure.
Package internal contains all the internal implementations of File Tools.
Package internal contains all the internal implementations of File Tools.
metadata
Package metadata extracts important information from a file.
Package metadata extracts important information from a file.

Jump to

Keyboard shortcuts

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