dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit b6e110624f355ee7148880d0922912314d87f280
parent 3ef8a1f4a49b1708e61312072d17e9feafdf823c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 15 Jan 2019 14:27:17 +0100

Add t-remove

Diffstat:
Mlinks/.commands.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/links/.commands.sh b/links/.commands.sh @@ -174,6 +174,9 @@ t-stop-idle() { t-stop $id done } +t-remove() { + transmission-remote --torrent $@ --remove +} t-remove-all() { transmission-remote -tall --remove }