A simple cli written in C++.
make
make install
Only inside the cli folder root!
bitfunky torrent ./path/file.torrent
bitfunky torrent ./path/file1.torrent ./path/file2.torrent
make uninstall
Only inside the cli folder root!
- Download torrent from a
.torrent
file:
bitfunky torrent ./path/file.torrent ./path/file.torrent
- Download torrent from a
magnet-uri
at your magnet database:
bitfunky magnet some-alias
- Init a magnet database at
$HOME/.magnet_database.db
:
bitfunky init-magnet
- Search for matchs into magnet database:
bitfunky search-magnet some-alias
- Merge another magnet database into you current magnet database:
bitfunky merge-magnet ./path/another_magnet_database.db
That is all.