Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 906 Bytes

File metadata and controls

30 lines (21 loc) · 906 Bytes

ktorrent-rs cli utility

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.

Usage example

ktorrent-rs -h
KTorrent 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 version

Interaction 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.