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

https://github.com/toan2406/local-share

Share your folders/files in local network
https://github.com/toan2406/local-share

file folder share

Last synced: 5 months ago
JSON representation

Share your folders/files in local network

Awesome Lists containing this project

README

        

![node](https://img.shields.io/badge/node-6.9.1-yellow.svg?style=flat-square)

# Local share
Serve your shared folder in OSX (with auto copy-to-clipboard your local address) (because I don't like AirDrop)

## Usage

![demo](demo.gif)

* Clone the project
* `cd` and run `npm install -g`
* Configure default shared directory and port
```
$ localshare config -d /path/to/your/shared/dir -p 8888
```
* Start the service
```
$ localshare start -d /path/to/another/shared/dir
```
* Share one file
```
$ localshare start -d /path/to/your/file
```