Skip to content
This repository has been archived by the owner on Mar 11, 2018. It is now read-only.

marionebl/remote-share-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickly share files from command line with the world

Demo created with svg-term-cli: cat demo.json | svg-term -o demo.svg

remote-share-cli

  • 🚀 Dead Simple
  • ✨ Just works
  • 🌍 Globally accessible

remote-share-cli exposes single files to the internet via https, either from stdin or a given file. The exposing address is copied to your clipboard automatically.

Afer a complete download or 5 minutes of inactivity remote-share-cli closes automatically.

Installation

npm install -g remote-share-cli

Usage

❯ remote-share --help

  Quickly share files from command line with the world

  Usage
    $ remote-share [file]

  Options
    -n, --name Forced download name of the file

  Examples
    $ remote-share shared.png
    https://mysteriouswomen.localtunnel.me

    $ cat shared.png | remote-share --name=shared.png
    https://humbleappliance.localtunnel.me

Related projects

  • share-cli - Quickly share files from command line to your local network

remote-share-cli is built by Mario Nebl and released under the MIT license.