Retrieves contents of the provided source: STDIN, HTTP(S) or FS.
Get the latest release by running this command in your shell:
For MacOS:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/zoomio/inout/master/_bin/install.sh)" -o darwin
For MacOS (arm64):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/zoomio/inout/master/_bin/install.sh)" -o darwin arm64
For Linux:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/zoomio/inout/master/_bin/install.sh)" -o linux
For Windows:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/zoomio/inout/master/_bin/install.sh)" -o windows
go get -u github.com/zoomio/inout/...
See cmd/cli/cli.go
See CHANGELOG.md
Released under the Apache License 2.0.