zeuxisoo / go-tormag

A command line application to convert the torrent directory or file to magnets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A command line application to convert the torrent directory or file to magnets


Languages

Language:Go 59.6%Language:Vue 29.8%Language:Makefile 5.3%Language:JavaScript 4.8%Language:HTML 0.5%