Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/razeghi71/burf

TUI for google cloud storage (GCS)
https://github.com/razeghi71/burf

Last synced: about 2 months ago
JSON representation

TUI for google cloud storage (GCS)

Awesome Lists containing this project

README

        

# burf

burf is a terminal user interface (TUI) for surfing Google Cloud Storage (GCS) buckets.

## Installation

You can install it directly from PyPi:

pip install burf

or using source code:

git clone [email protected]:razeghi71/burf.git
cd burf
pip install .

## Usage

usage: burf.py [-h] [-c CONFIG] [-p PROJECT] [gcs_uri]

positional arguments:
gcs_uri gcs uri to browse: gs:////

options:
-h, --help show this help message and exit
-c CONFIG, --config CONFIG
path to config file
-p PROJECT, --project PROJECT
gcp project to use

## License

burf is released under the [MIT License](LICENSE).