0.2.5 • Published 4 years ago

torrentsearch v0.2.5

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

torrentsearch

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:

  • command line based
  • simultaneous search across all sites
  • sort by size, seeds, age
  • ability to refine search results via search field
  • launch any command upon selection

Screenshot

installation

Local installation:

npm install torrentsearch

Or, global installation

npm install -g torrentsearch

run

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

example

Search for Big Buck Bunny and use aria2c to download the selected file

torrentsearch "Big Buck Bunny" --exec aria2c {}
0.2.5

4 years ago

0.2.4

7 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago