Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpicard/put.io-cli
https://github.com/rpicard/put.io-cli
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rpicard/put.io-cli
- Owner: rpicard
- Created: 2015-04-07T18:56:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-10T18:48:05.000Z (over 9 years ago)
- Last Synced: 2023-03-12T10:02:06.820Z (almost 2 years ago)
- Language: Go
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This is a simple CLI to list / download files in a put.io account.
Still needs some polish, haven't tested it on big files.
```
Usage: put.io [OPTIONS] COMMAND [arg...]access files from your put.io account
Options:
-t, --token="" your oauth token from put.ioCommands:
list list all files in your put.io account
download download a specific file (no folders)Run 'put.io COMMAND --help' for more information on a command.
```