Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.45 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.45 KB

Share

Build Status Coverage Status Go Report GoDoc 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:

Installation

With Homebrew (Mac OS & linux)

$ brew tap devcows/apps
$ brew install share

Other

To install Share command line go to 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.