Skip to content

techiecaro/remblob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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