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

https://github.com/devcows/share

Command CLI for sharing files.
https://github.com/devcows/share

Last synced: 11 months ago
JSON representation

Command CLI for sharing files.

Awesome Lists containing this project

README

          

## Share
[![Build Status](https://travis-ci.org/devcows/share.svg?branch=master)](https://travis-ci.org/devcows/share)
[![Coverage Status](https://coveralls.io/repos/github/devcows/share/badge.svg?branch=master)](https://coveralls.io/github/devcows/share?branch=master)
[![Go Report](https://goreportcard.com/badge/github.com/devcows/share)](https://goreportcard.com/report/github.com/devcows/share)
[![GoDoc](https://godoc.org/github.com/devcows/share?status.svg)](https://godoc.org/github.com/devcows/share)
[![License](http://img.shields.io/:license-Apache_v2-blue.svg)](https://raw.githubusercontent.com/devcows/share/master/LICENSE)

Share is a command line for sharing files by network. The goal is to share a file easy as **human-friendly** as possible. It provides an independent webserver for each file.

`TODO png or gif usage`

Share is written in GO.

Sponsor this project:
- [https://paypal.me/ryanfox1985](https://paypal.me/ryanfox1985)
- [https://www.patreon.com/ryanfox1985](https://www.patreon.com/ryanfox1985)

### Installation

#### With [Homebrew](http://brew.sh) (Mac OS & linux)
```
$ brew tap devcows/apps
$ brew install share
```

#### Other

To install Share command line go to [releases](https://github.com/devcows/share/releases) and download package for your operating system.

### Usage

Launch server:
```
$ share server
```

Hello world CLI:
```
$ share add PATH [PATH...]
```

Synopsis:

```
$ share [command] [flags] PATH
```
See also `share --help`.