Helper program to add and remove torrents from a transmission-daemon instance.
Go to file
Jeffrey Serio d6bb7478f3 Filter "rc" from torrent filename string 2023-07-24 20:43:53 -05:00
almalinux Fix torrent URL extraction 2023-07-17 21:54:36 -05:00
command Update Parrot OS URL 2023-07-24 20:00:14 -05:00
common Fix torrent URL extraction 2023-07-17 21:54:36 -05:00
debian Fix torrent URL extraction 2023-07-17 21:54:36 -05:00
fedora Refactor Fedora AddNewTorrents 2023-07-18 18:03:01 -05:00
freebsd Add support for FreeBSD torrents 2023-07-18 21:48:09 -05:00
nixos Fix torrent URL extraction 2023-07-17 21:54:36 -05:00
parrot Update Parrot OS URL 2023-07-24 20:00:14 -05:00
qubes Filter "rc" from torrent filename string 2023-07-24 20:43:53 -05:00
rocky Fix torrent URL extraction 2023-07-17 21:54:36 -05:00
LICENSE Add LICENSE and README.org 2023-06-23 21:44:49 -05:00
README.org Set module name to tildegit.org 2023-07-02 15:12:46 -05:00
go.mod Fix torrent URL extraction 2023-07-17 21:54:36 -05:00
go.sum Fix torrent URL extraction 2023-07-17 21:54:36 -05:00
main.go Set module name to tildegit.org 2023-07-02 15:12:46 -05:00

README.org

go-torrent-helper

This is a helper program to add and remove torrents from a transmission-daemon instance.

To use, make sure `TRANSMISSION_RPC_URL` is exported in the shell:

export TRANSMISSION_RPC_URL=10.0.0.42

Install with Go:

go install tildegit.org/hyperreal/go-torrent-helper@latest

Example usage:

# Add Fedora torrents
go-torrent-helper add -distro fedora -relver 38

# Remove NixOS torrents
go-torrent-helper remove -distro nixos

# Add Rocky Linux torrents
go-torrent-helper add -distro rocky -relver 9.2

# Remove older Rocky Linux torrents
go-torrent-helper remove -distro rocky -relver 8.1

# If not -relver flag is supplied for the remove subcommand, remove all torrents for given distro
go-torrent-helper remove -distro debian