Skip to content

zeuxisoo/go-tormag

Repository files navigation

Tormag

A command line application to convert magnet and find large file from the torrent directory or file

Develop

Run the web development server

make web-dev

Run the backend server

make run-web

Usage

Download the modules

go mod download

Build the application

make build

Pack the application

make pack

Release the application (build + pack)

make release

Convert

For file

tormag -f /path/to/your/torrent/file -o /path/to/store/magnet.txt

For directory

tormag -d /path/to/your/torrent/directory -o /path/to/store/magnet.txt

Find

For file

tormag -f /path/to/your/torrent/file -o /path/to/store/biggers.txt

For directory

tormag -d /path/to/your/torrent/directory -o /path/to/store/biggers.txt

Web UI

Run the command to start the web application

tormag web