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.
- Host: GitHub
- URL: https://github.com/devcows/share
- Owner: devcows
- License: apache-2.0
- Created: 2016-06-02T12:51:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T06:54:51.000Z (over 4 years ago)
- Last Synced: 2025-01-17T05:09:42.683Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 50.8 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Share
[](https://travis-ci.org/devcows/share)
[](https://coveralls.io/github/devcows/share?branch=master)
[](https://goreportcard.com/report/github.com/devcows/share)
[](https://godoc.org/github.com/devcows/share)
[](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`.