Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/marionebl/share-cli

🌍 Quickly share files from your command line
https://github.com/marionebl/share-cli

Last synced: about 2 months ago
JSON representation

🌍 Quickly share files from your command line

Lists

README

        

> Quickly share files from your command line



> Demo created with [svg-term-cli](https://github.com/marionebl/svg-term-cli):
> `cat demo.json | svg-term -o demo.svg`

# share-cli

* :rocket: Dead simple
* :sparkles: Just works
* :lock: Encrypted files

share-cli exposes files via HTTP, either from stdin or a given file glob.

The exposing address is copied to your clipboard automatically.
Files are made available as password-protected, encrypted ZIP file.

## Installation

```
npm install -g share-cli
```

## Usage

```
❯ share --help

Quickly share files from your command line

Usage
$ share [file]

Options
--no-tunnel - Disable localtunnel usage
```

---
share-cli is built by [Mario Nebl](https://github.com/marionebl) and released
under the [MIT](./license.md) license.