12 lines
439 B
Text
12 lines
439 B
Text
|
[[This simple script|transmission_integration/transmission_integration.sh]] will make sure files downloaded by the
|
||
|
[Transmission BitTorrent client](https://www.transmissionbt.com/) will
|
||
|
be added into git-annex.
|
||
|
|
||
|
To enable it, install it to /usr/local/bin and add the following to
|
||
|
your settings.json:
|
||
|
|
||
|
"script-torrent-done-enabled": true,
|
||
|
"script-torrent-done-filename": "/usr/local/bin/transmission-git-annex-add",
|
||
|
|
||
|
-- [[users/anarcat]]
|