Skip to content

Get total size of a folder full of .torrent

License

Notifications You must be signed in to change notification settings

dankmemes/TorrentSize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TorrentSize

Get total size of a folder full of .torrent

Usage

You can find releases for various operating systems in the releases tab.

Download one, then make it executable:

chmod +x TorrentSize

Sample usage with a folder called torrents with your torrent files inside:

./TorrentSize -i torrents/

You can see the options with the -h flag:

TorrentSize [-h|--help] -i|--input "<value>" [-j|--concurrency
                   <integer>]

                   Get total size of a folder full of .torrent

Arguments:

  -h  --help         Print help information
  -i  --input        Input directory
  -j  --concurrency  Concurrency. Default: 4

Build

git clone https://github.com/The-Eye-Team/TorrentSize.git && cd TorrentSize
go get ./...
go build .

The-Eye.eu

About

Get total size of a folder full of .torrent

Resources

License

Stars

Watchers

Forks

Packages

No packages published