ikatson / rqbit

A bittorrent client in Rust
Other
831 stars 80 forks source link

[Feature] watching a directory for .torrent files and adding them automatically #237

Closed ikatson closed 1 month ago

ikatson commented 1 month ago

Usage:

RQBIT_WATCH_FOLDER=some_folder rqbit server start ...

or

rqbit server start --watch-folder=some_folder ...

ikatson commented 1 month ago

This addresses #40