go-torrent-helper

command module
v0.0.0-...-142ffca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

README

* go-torrent-helper

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

** Installation
#+BEGIN_SRC shell
go install codeberg.org/hyperreal/go-torrent-helper@latest
#+END_SRC

** Usage
#+BEGIN_SRC shell
export TX_RPC_URL=localhost
export TX_RPC_USER="cat"
export TX_RPC_PASS="meow"
export TX_RPC_PORT="9091"
export TX_RPC_USE_HTTPS="True"
#+END_SRC

*** Add torrents
#+BEGIN_SRC shell
go-torrent-helper add -distro fedora -relver 50
go-torrent-helper add -distro nixos -relver *
go-torrent-helper add -distro almalinux -relver 12.4
#+END_SRC

*** Remove torrents
#+BEGIN_SRC shell
go-torrent-helper remove -distro almalinux -relver 12.4
go-torrent-helper remove -distro nixos -relver *
go-torrent-helper remove -distro fedora -relver 50
#+END_SRC

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL