A simple command line utility for quickly obtaining information about torrents downloaded using the KTorrent client.
Currently, two features are implemented:
- You can view which torrents were active during the current session.
- Find out if there is torrent data for a specified location.
ktorrent-rs -hKTorrent activity statistics
Usage: ktorrent-rs [OPTIONS]
Options:
-a, --active Show torrents that were active in current session
-l, --location <LOCATION> Show torrents, path to which passes througt specified location on disk
-h, --help Print help
-V, --version Print versionInteraction with KTorrent is carried out via the D-Bus session bus. This is very convenient when you have a large number of torrents downloaded to different locations on your local storage.