Command line tool making working with remote files easier.
It lets you edit or view remote files in your local editor.
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.
brew install techiecaro/tap/remblob
(WIP)
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