This project contains three small utilities to help you manage torrents.
torrentcleaner
is a simple tool that syncs a torrent content directory with the
files listed in the ".torrent" file.
It lists all the files that are on disk but not in the torrent and lets you easily delete them.
torrentlister
lists all files that are contained in the ".torrent" file.
torrentdumper
dumps all the information in the ".torrent" file in a human-readable form.
cd torrenttools
go build ./cmd/torrentcleaner
go build ./cmd/torrentlister
go build ./cmd/torrentdumper
torrentcleaner <torrent-file> <content-directory>
torrentlister <torrent-file>
torrentdumper <torrent-file>