commit ffe97053a596b765948776c04a7743c81f5cf8ec parent 30f7bdd4cf1ffdd87a1cf3e1bb88d313a21db2d2 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Thu, 27 Dec 2018 16:36:10 +0100 Add transmission aliases Diffstat:
M | links/.commands.sh | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/links/.commands.sh b/links/.commands.sh @@ -189,6 +189,8 @@ transfer() { # use transfer.sh to share files over the net echo "" } -alias transmission-cli='transmission-cli --encryption-required --download-dir=~/Downloads' +alias t-add='transmission-remote --add --download-dir $PWD --encryption-required' +alias t-list='transmission-remote --list' +alias t-stop='transmission-remote --stop --torrent' [ -f ~/.shortcuts ] && source ~/.shortcuts