An open API service indexing awesome lists of open source software.

https://github.com/zeuxisoo/go-tormag

A command line application to convert the torrent directory or file to magnets
https://github.com/zeuxisoo/go-tormag

converter golang magnet torrent web

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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