Go to file
2023-06-23 21:44:49 -05:00
almalinux Initial commit 2023-06-23 21:33:24 -05:00
command Initial commit 2023-06-23 21:33:24 -05:00
common Initial commit 2023-06-23 21:33:24 -05:00
debian Initial commit 2023-06-23 21:33:24 -05:00
fedora Initial commit 2023-06-23 21:33:24 -05:00
nixos Initial commit 2023-06-23 21:33:24 -05:00
parrot Initial commit 2023-06-23 21:33:24 -05:00
qubes Initial commit 2023-06-23 21:33:24 -05:00
rocky Initial commit 2023-06-23 21:33:24 -05:00
go.mod Initial commit 2023-06-23 21:33:24 -05:00
go.sum Initial commit 2023-06-23 21:33:24 -05:00
LICENSE Add LICENSE and README.org 2023-06-23 21:44:49 -05:00
main.go Initial commit 2023-06-23 21:33:24 -05:00
README.org Add LICENSE and README.org 2023-06-23 21:44:49 -05:00

go-torrent-helper

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

WIP: Other people should probably not use this yet, as there are still some rough edges I need to smooth out with regard to command-line argument handling and removing torrents functionality.

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 codeberg.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