Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 575 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 575 Bytes

NAME

toouch - replicate torrent file tree

DESCRIPTION

The purpose of this text-based application is to do what a torrent client would: create a directory and fill it with files specified by a torrent or magnet link. This application, however, only touches the files. Thus, every file has size 0.

COMPILE & INSTALL

Packages needed:

  • scons
  • libtorrent-rasterbar-dev
  • libboost-filesystem-dev

To compile, run:

$ scons

To install, copy the generated executable to a directory in your $PATH. I suggest /usr/local/bin:

# cp toouch /usr/local/bin