spacemacs/layers/+tools/transmission
syl20bnr ebe4c60264 Revert "Defer packages by default using use-package-always-defer"
This reverts commit 29c78ce841 and all other fixes
that have been made afterwards.

The motivation is that use-package is seen by many as a replacement for
`require`. Is use-package always defer the loading of packages then is breaks
this use case, this does not respect POLA so even if it was making Spacemacs
loading faster (up to 3s faster on some startup on my machine) we just cannot
use it, it would be irresponsible. Spacemacs should be easy to use, loading
performance will come with time but it is not a priority.
2018-03-03 23:40:10 -05:00
..
img
config.el
packages.el Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
README.org

Transmission layer

/TakeV/spacemacs/media/commit/4644a2886875f9fdf45427214def38bc99f8bbf3/layers/+tools/transmission/img/transmission.png

Description

This layer integrates a BitTorrent client into Spacemacs.

Features:

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to install and configure transmission-daemon. Debian example:

sudo apt-get -y install transmission-daemon
sudo service transmission-daemon stop

Set rpc-authentication-required to false (or 0 if it is numeric) in /etc/transmission-daemon/settings.json or configure authorization. See transmission.el README.org for details. Start the daemon:

sudo service transmission-daemon start

FAQ

How to enable status auto refresh?

Add (transmission :variables transmission-auto-refresh-all t) to dotspacemacs-configuration-layers or pick modes manually:

(setq transmission-refresh-modes '(transmission-mode
                                   transmission-files-mode
                                   transmission-info-mode
                                   transmission-peers-mode))

Key bindings

Global

Key Binding Description
SPC a t start transmission

transmission-mode

Key Binding Description
SPC m g t Open a `transmission-files-mode' buffer for torrent at point.
SPC m a t Add torrent by filename, URL, magnet link, or info hash.
SPC m s d Set global download speed limit in kB/s.
SPC m g p Open a transmission-peers-mode buffer for torrent at point.
SPC m g i Open a transmission-info-mode buffer for torrent at point.
SPC m s l Set global seed ratio limit.
SPC m m Move torrent at point or in region to a new location.
SPC m r Prompt to remove torrent at point or torrents in region.
SPC m t s Toggle torrent between started and stopped.
SPC m a a Add announce URLs to torrent or torrents.
SPC m s u Set global upload speed limit in kB/s.
SPC m v Verify torrent at point or in region.
SPC m q Quit and bury the buffer.
SPC m s b Set bandwidth priority of torrent(s) at point or in region.

transmission-info-mode

Key Binding Description
SPC m c Copy magnet link of current torrent.
SPC m s d Set download limit of torrent(s) at point in kB/s.
SPC m g p Open a transmission-peers-mode buffer for torrent at point.
SPC m s l Set seed ratio limit of torrent(s) at point.
SPC m m Move torrent at point or in region to a new location.
SPC m a a Add announce URLs to torrent or torrents.
SPC m T Remove trackers from torrent at point by ID or announce URL.
SPC m s u Set upload limit of torrent(s) at point in kB/s.
SPC m s p Set bandwidth priority of torrent(s) at point or in region.

transmission-files-mode

Key Binding Description
SPC g f Visit the file at point with find-file-read-only.
SPC m r Run a command on the file at point.
SPC g p Open a transmission-peers-mode buffer for torrent at point.
SPC g i Open a transmission-info-mode buffer for torrent at point.
SPC m m Move torrent at point or in region to a new location.
SPC m m u Mark file(s) at point or in region as unwanted.
SPC m m w Mark file(s) at point or in region as wanted.
SPC s p Set bandwidth priority on file(s) at point or in region.

transmission-peers-mode

Key Binding Description
SPC m g i Open a transmission-info-mode buffer for torrent at point.