https://github.com/marionebl/share-cli
🌍 Quickly share files from your command line
https://github.com/marionebl/share-cli
Last synced: about 1 month 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 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T16:11:12.000Z (over 6 years ago)
- Last Synced: 2025-03-30T16:12:20.463Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 288 KB
- Stars: 374
- Watchers: 5
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
- awesome-cli-apps - share-cli - Share files with your local network. (Files and Directories / File Sync/Sharing)
- awesome-cli - share - Quickly share files from your command line. (Lovely Commands)
- fucking-awesome-cli-apps - share-cli - Share files with your local network. (Files and Directories / File Sync/Sharing)
- 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 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.