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: 16 days ago
JSON representation
🌍 Quickly share files from your command line
- Host: GitHub
- URL: https://github.com/marionebl/share-cli
- Owner: marionebl
- License: mit
- Created: 2016-06-23T16:35:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T16:11:12.000Z (over 5 years ago)
- Last Synced: 2024-10-18T12:40:32.398Z (24 days ago)
- Language: JavaScript
- Homepage:
- Size: 288 KB
- Stars: 366
- Watchers: 6
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
- awesome-cli - share - Quickly share files from your command line. (Lovely Commands)
- jimsghstars - marionebl/share-cli - 🌍 Quickly share files from your command line (JavaScript)
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 filesshare-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 --helpQuickly 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.