Skip to content

Latest commit

 

History

History
76 lines (48 loc) · 1.14 KB

README.md

File metadata and controls

76 lines (48 loc) · 1.14 KB

BitFunky CLI

A simple cli written in C++.

Dependencies

Building and Installing:

make
make install

Only inside the cli folder root!

How to use:

bitfunky torrent ./path/file.torrent
bitfunky torrent ./path/file1.torrent ./path/file2.torrent

Uninstalling:

make uninstall

Only inside the cli folder root!

Commands

torrent / -t:

  • Download torrent from a .torrent file:
bitfunky torrent ./path/file.torrent ./path/file.torrent

magnet / -m:

  • Download torrent from a magnet-uri at your magnet database:
bitfunky magnet some-alias

init-magnet / -im:

  • Init a magnet database at $HOME/.magnet_database.db:
bitfunky init-magnet

search-magnet / -sm:

  • Search for matchs into magnet database:
bitfunky search-magnet some-alias

merge-magnet / -mm:

  • Merge another magnet database into you current magnet database:
bitfunky merge-magnet ./path/another_magnet_database.db

That is all.