https://github.com/razeghi71/burf
TUI for google cloud storage (GCS)
https://github.com/razeghi71/burf
Last synced: about 1 month ago
JSON representation
TUI for google cloud storage (GCS)
- Host: GitHub
- URL: https://github.com/razeghi71/burf
- Owner: razeghi71
- Created: 2023-07-17T23:31:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T19:13:04.000Z (about 2 years ago)
- Last Synced: 2025-09-07T18:00:20.816Z (2 months ago)
- Language: Python
- Homepage:
- Size: 66.4 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tuis - burf
- awesome-cli-apps-in-a-csv - burf - TUI for Google Cloud Storage (GCS). (<a name="file-handling"></a>File and file system handling)
- awesome-cli-apps - burf - TUI for Google Cloud Storage (GCS). (<a name="file-handling"></a>File and file system handling)
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 git@github.com: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).