summaryrefslogtreecommitdiff
path: root/.local/bin/scripts/transadd
blob: e73194c716a2aa4d00d29109b55c2fc08e7ffd67 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

directories="/home/andrew/Downloads
/home/andrew/Videos/Movies
/home/andrew/Videos/Series"
dest=$(printf "$directories" | dmenu -p "Choose destination" -i -l 5)
transmission-remote -a "$@" -w "$dest" && notify-send "Torrent added"

#tname=$(transmission-show "$@" | grep "^Name: " | sed "s/Name: //g")
#tid=$(transmission-remote -l | grep "$tname" | awk '{ print $1 }')
#t