STU

Crate Status

S3 Terminal UI

About

STU is the TUI application for AWS S3 written in Rust using ratatui.

Installation

$ cargo install stu

Usage

``` STU - S3 Terminal UI

Usage: stu [OPTIONS]

Options: -r, --region AWS region -e, --endpoint-url AWS endpoint url -p, --profile AWS profile name -h, --help Print help -V, --version Print version ```

Detailed operations on each view can be displayed by pressing ? key.

Config

Config is loaded from ~/.stu/config.toml. If the file does not exist, it will be created automatically at startup.

The values that can be set are as follows:

License

MIT