split docs and script
This commit is contained in:
parent
cc7e7a1e75
commit
dfca751998
2 changed files with 11 additions and 10 deletions
11
doc/tips/transmission_integration.mdwn
Normal file
11
doc/tips/transmission_integration.mdwn
Normal file
|
@ -0,0 +1,11 @@
|
|||
[[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]]
|
|
@ -1,15 +1,5 @@
|
|||
#! /bin/sh
|
||||
|
||||
# This simple script 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",
|
||||
# -- [[anarcat]]
|
||||
|
||||
set -e
|
||||
|
||||
# environment from transmission:
|
Loading…
Reference in a new issue