An open API service indexing awesome lists of open source software.

https://github.com/cdown/torrentdiff

Compare files encapsulated by torrents in a directory to the actual files on disk
https://github.com/cdown/torrentdiff

Last synced: 5 months ago
JSON representation

Compare files encapsulated by torrents in a directory to the actual files on disk

Awesome Lists containing this project

README

          

torrentdiff finds files existing in one directory that are not required by any
torrents in another directory.

This is particularly useful to find old/unneeded files in an rTorrent data
directory that aren't served by any loaded torrents any more.

Usage
-----

::

$ torrentdiff -s session-dir -d data-dir

Installation
------------

To install the latest stable version from PyPi:

.. code::

pip install -U torrentdiff

To install the latest development version directly from GitHub:

.. code::

pip install -U git+https://github.com/cdown/torrentdiff.git@develop

Testing
-------

|travis| |coveralls|

.. |travis| image:: https://travis-ci.org/cdown/torrentdiff.svg?branch=develop
:target: https://travis-ci.org/cdown/torrentdiff
:alt: Test status

.. |coveralls| image:: https://coveralls.io/repos/cdown/torrentdiff/badge.svg?branch=develop&service=github
:target: https://coveralls.io/github/cdown/torrentdiff?branch=develop
:alt: Coverage

.. code::

tox -e quick

.. _Tox: https://tox.readthedocs.org