A command line tool to search torrents in popular tracker sites and returning their link or magnets. The sites covered are the ones from torrentflix.
Main features:
Local installation:
npm install torrentsearch
Or, global installation
npm install -g torrentsearch
Local installation:
node_modules/torrentsearch/bin/torrentsearch <search-query> --exec <command>
Or, global instllation
torrentsearch <search-query> --exec <command>
--exec enables to run any common upon torrent selection. The string {} will be replaced with the torrent link
Search for Big Buck Bunny and use aria2c to download the selected file
torrentsearch "Big Buck Bunny" --exec aria2c {}