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
- Host: GitHub
- URL: https://github.com/zeuxisoo/go-tormag
- Owner: zeuxisoo
- Created: 2018-09-07T09:40:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T08:31:39.000Z (about 3 years ago)
- Last Synced: 2025-03-24T06:14:52.002Z (7 months ago)
- Topics: converter, golang, magnet, torrent, web
- Language: Go
- Size: 4.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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