https://github.com/razeghi71/burf
TUI for google cloud storage (GCS)
https://github.com/razeghi71/burf
Last synced: 14 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-03T19:13:04.000Z (over 1 year ago)
- Last Synced: 2025-03-19T07:41:40.239Z (26 days ago)
- Language: Python
- Homepage:
- Size: 66.4 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tuis - burf
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).