Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.01 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.01 KB

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.