Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Mar 17, 2024
1 parent 5599e01 commit 1320f6a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ STU is the TUI application for AWS S3 written in Rust using [ratatui](https://gi
$ cargo install stu
```

### Homebrew
### Homebrew (macOS)

```
$ brew install lusingander/tap/stu
Expand Down Expand Up @@ -54,22 +54,32 @@ The values that can be set are as follows:

- `download_dir`: _string_ - Directory to save when downloading objects (_default_: `$STU_ROOT_DIR/download`)

## Screenshots
## Features / Screenshots

### Bucket list

- Show list of buckets

<img src="./img/bucket-list.png" width=500>

### Object list

- Show list of objects in a hierarchy

<img src="./img/object-list-simple.png" width=500>
<img src="./img/object-list-hierarchy.png" width=500>
<img src="./img/object-list-many.png" width=500>

### Object detail

- Show object details
- Download object
- Preview object (text file only)
- Copy resource name to clipboard

<img src="./img/object-detail.png" width=500>
<img src="./img/object-version.png" width=500>
<img src="./img/object-download.png" width=500>
<img src="./img/object-preview.png" width=500>
<img src="./img/object-details-copy.png" width=500>

Expand Down

0 comments on commit 1320f6a

Please sign in to comment.