Skip to content

Instantly share code, notes, and snippets.

@jruz
Last active March 31, 2016 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jruz/a57558677d13f1bcb83c to your computer and use it in GitHub Desktop.
Save jruz/a57558677d13f1bcb83c to your computer and use it in GitHub Desktop.
Transmission from the CLI
#install
pacman -Sy transmission-cli transmission-remote-cli
# run the daemon
transmission-daemon
# add a file
transmission-remote -a file.torrent
transmission-remote -a file.torrent -w /mnt/external/series
# status
transmission-remote -l
# run the cli to check status
transmission-remote-cli
# close the daemon
transmission-remote --exit
# web ui
http://localhost:9091
# in a hurry
transmission-cli file.torrent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment