Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holomorph/transmission
Emacs interface to a Transmission session
https://github.com/holomorph/transmission
Last synced: 2 months ago
JSON representation
Emacs interface to a Transmission session
- Host: GitHub
- URL: https://github.com/holomorph/transmission
- Owner: holomorph
- License: gpl-3.0
- Created: 2014-12-29T21:58:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T02:13:44.000Z (about 2 years ago)
- Last Synced: 2024-08-02T01:26:19.123Z (6 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 769 KB
- Stars: 85
- Watchers: 7
- Forks: 11
- Open Issues: 15
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: transmission.el
#+STARTUP: showallAn interface to a Transmission session for GNU Emacs. See the
commentary in =transmission.el=.#+CAPTION: Screenshot of transmission.el in action. The typeface is Inconsolata.
#+NAME: fig:example
[[./example.png]]* Installation
Available as the =transmission= package on MELPA .
One can install as a package with
#+BEGIN_SRC
M-x package-install-file RET /path/to/transmission.el RET
#+END_SRCOtherwise, for installing into one's =load-path=, a system install,
etc., do the usual#+BEGIN_SRC
make
make install
#+END_SRC* Setup
The customizables =transmission-host=, =transmission-service=, and
=transmission-rpc-path= are used for the URL to communicate with a
Transmission RPC server. The defaults reflect the URL
. Also, there is
=transmission-rpc-auth= for setting a username and password. Setting
a password is optional; Emacs' auth-source facility can search
=auth-sources= for an associated password.To see the rest of the customizable variables, visit the
=transmission= customization group with#+BEGIN_SRC
M-x customize-group RET transmission RET
#+END_SRC