Skip to content

Latest commit

 

History

History
72 lines (45 loc) · 990 Bytes

README.md

File metadata and controls

72 lines (45 loc) · 990 Bytes

Remblob

Command line tool making working with remote files easier.

It lets you edit or view remote files in your local editor.

Usage

Usage: remblob <command>

Edit remote files locally.

    Example executions:
    remblob edit s3://a-bucket/path/blob.json
    remblob edit blob.json s3://a-bucket/path/blob.json.gz
    remblob view s3://a-bucket/path/blob.json

Flags:
  -h, --help    Show context-sensitive help.

Commands:
  edit <source_path> [<destination_path>]
    Edits a remote blob and optionally stores it elsewhere.

  view <source_path>
    Views a remote blob.

Installation

macOS

brew install techiecaro/tap/remblob

Linux

(WIP)

Run Locally

Clone the project

git clone https://github.com/techiecaro/remblob

Go to the project directory

cd remblob

Install dependencies

go install

Start the server

remblob --help

License

MIT