https://github.com/martinthoma/fbro
fbro is an interactive console file browser for AWS S3
https://github.com/martinthoma/fbro
aws-s3 cli-app file-browser
Last synced: 4 months ago
JSON representation
fbro is an interactive console file browser for AWS S3
- Host: GitHub
- URL: https://github.com/martinthoma/fbro
- Owner: MartinThoma
- License: mit
- Created: 2020-04-18T10:48:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T02:38:56.000Z (over 3 years ago)
- Last Synced: 2025-09-21T05:31:51.260Z (9 months ago)
- Topics: aws-s3, cli-app, file-browser
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fbro
`fbro` is an interactive console file browser for AWS S3.
## Installation
```bash
pip install fbro
```
Please note that this tool will not work on Windows, because Windows does not support curses.
## Usage
You can start it with `fbro`. Then a list of all your AWS S3 buckets will be
shown. You can use the arrow keys (↑ / ↓) and select one
by going to the →. You can go back by pressing ←.
```
s3://martin-thoma/
- enzado/
- correlation.jpg
- testfile.txt
```