TorrentSearch
Search for torrents and download from command line. Trackers will be added, PRs are welcome!
Installation
$ gem install torrent_search
Usage
Usage:
tsearch [TERMS]
Options:
-l, [--limit=N] # Limit search results, default 10
Commands:
tsearch [TERMS] # tsearch help search for options
tsearch help [COMMAND] # Describe available commands or one specific command
tsearch version # Shows version
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request