Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lytup/lytup-cli
Command-line interface for http://lytup.com - A blazing fast file transfer platform
https://github.com/lytup/lytup-cli
Last synced: 12 days ago
JSON representation
Command-line interface for http://lytup.com - A blazing fast file transfer platform
- Host: GitHub
- URL: https://github.com/lytup/lytup-cli
- Owner: lytup
- License: mit
- Created: 2013-08-29T05:13:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-07T07:20:59.000Z (almost 11 years ago)
- Last Synced: 2024-10-07T17:18:37.045Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 8.78 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - lytup-cli - Command-line interface for http://lytup.com - A blazing fast file transfer platform (JavaScript)
README
# Lytup-CLI
Command-line interface for [Lytup](http://lytup.com) - A blazing fast file transfer platform## Installation
```sh
$ npm i -g lytup
```## Usage
### Upload files
```sh
$ lytup node-v0.10.22.pkg chromecast-setup.1.3.0.428.dmg
_ _
| _|_ ._ / \ /| )
|_ \/ |_ |_| |_) \/ \_/ o | o /_
/ |Download => lytup 0fk3N
More Options
* Browser => http://lytup.com/0fk3N
* Curl => curl -Lo '0fk3N.zip' http://lytup.com/0fk3N
* Wget => wget -O '0fk3N.zip' http://lytup.com/0fk3N[||||||||||||||||||||] 100% | 11.5 MB of 11.5 MB | 695.0 KB/s | 00:00:00 ETA
✔ TRANSFER COMPLETED
```### Download files
```sh
$ lytup 0fk3N
_ _
| _|_ ._ / \ /| )
|_ \/ |_ |_| |_) \/ \_/ o | o /_
/ |Saving to 0fk3N
[||||||||||||||||||||] 100% | 11.5 MB of 11.5 MB | 695.0 KB/s | 00:00:00 ETA
✔ TRANSFER COMPLETED
```