TorrentSniff is a command line Perl program that reads a BitTorrent .torrent file from the local file system or from a URL and reports on the status of the torrent.
TorrentSniff is a command line Perl program that reads a BitTorrent .torrent file from the local file system or from a URL and reports on the status of the torrent.
To install torrentsniff, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install torrentsniff
To see what files were installed by torrentsniff, run:
port contents torrentsniff
To later upgrade torrentsniff, run:
sudo port selfupdate && sudo port upgrade torrentsniff
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.