/putiofs

Fuse filesystem for Put.io

Primary LanguageGoMIT LicenseMIT

putiofs

Fuse filesystem for Put.io.

installation

First you'll need Go version 1.7 or newer. If you're running macOS then you'll also need OSXFUSE.

go get -u github.com/igungor/putiofs

run

mkdir putio
putiofs -token <your-personal-token> putio

easter eggs

  • read .transfers pseudo file in any directory
cat .transfers
  • read .account pseudo file in any directory
cat .account

license

MIT. See LICENSE.