aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: e333e93b0003c59a1b29cc7cbd3ac0a8a3c3bc8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
**A simple tool to open magnet links** using a remote
[Transmission](https://github.com/transmission/transmission) daemon. Includes
a `.desktop` file for use with `xdg-open`. The remote server address is
configurable on a system-wide and per-user basis.

Requires that `transmission-remote` be available on the system. Includes
PKGBUILD for installation on Arch. Under Arch, `transmission-remote` is found in
the `transmission-cli` package.

# USAGE

**`addmag LINK`** where `LINK` is a magnet link or path to a torrent file

# CONFIGURATION

**`addmag`** looks for configuration files in the following locations:

* `/etc/addmagrc`
* `~/.addmagrc`

These files should contain the address of the server running the Transmission
daemon and nothing else. Per-user configutation (in `~/.addmagrc`) overrides
the system configuration (in `/etc/addmagrc`).

# LICENSE & COPYRIGHT

Available under the terms of the **MIT license**. See included LICENSE file for
the full text of the lisence.

Copyright 2021 **aetherised** <<aetherised@gmail.com>>