dir_cleaner 0.1.0

A simple command line utility that will allow you to identify duplicated files and delete them if necessary.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.chrono]
version = "0.4.19"

[package]
authors = ["Martin Juarez <juarezmachadojorgemartin@gmail.com>"]
categories = ["command-line-utilities"]
description = "A simple command line utility that will allow you to identify duplicated files and delete them if necessary."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "dir_cleaner"
readme = "README.md"
repository = "https://github.com/jmj0502/dir_cleaner.git"
resolver = "2"
version = "0.1.0"