Skip to content

Tool written in Rust to search for torrents

Notifications You must be signed in to change notification settings

creptt/rust-torrent-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI AppVeyor Build Status

torrent-search

This is a tool, written in Rust, to search for torrents on the command line.

Building

rust-torrent-search needs an external openssl library, make sure to install it.

Linux

Just install openssl with your package manager:

# ArchLinux
$ sudo pacman -S openssl
# Ubuntu
$ sudo apt-get install libssl-dev

Then just use cargo to build

$ cargo build

Windows

To install openssl on Windows see here

Usage

Just execute

$ cargo run -- "search term"

To search for "search term" in all supported sources.

About

Tool written in Rust to search for torrents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 87.6%
  • Rust 12.4%