/deplicate-cli

Command Line Interface for deplicate

Primary LanguagePythonMIT LicenseMIT

deplicate

Advanced Duplicate File Finder for Python. Nothing is impossible to solve.

Table of contents

Status

Travis Build Status Requirements Status Codacy Badge Scrutinizer Code Quality

PyPI Status PyPI Version PyPI Python Versions PyPI License

Description

Command Line Interface for deplicate.

Installation

Type in your command shell with administrator/root privileges:

pip install deplicate-cli

In Unix-based systems, this is generally achieved by superseding the command sudo.

sudo pip install deplicate-cli

If the above commands fail, consider installing it with the option --user:

pip install --user deplicate-cli

If the command pip is not found in your system, but you have the Python Interpreter and the package setuptools (>=20.8.1) installed, you can try to install it from the sources, in this way:

  1. Get the latest tarball of the source code in format ZIP or TAR.
  2. Extract the downloaded archive.
  3. From the extracted path, launch the command python setup.py install.

Usage

TODO


© 2017 Walter Purcaro vuolter@gmail.com