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

$ cargo install stu
``` STU - S3 Terminal UI
Usage: stu [OPTIONS]
Options:
-r, --region
Detailed operations on each view can be displayed by pressing ? key.
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:
download_dir: string - Directory to save when downloading objects (default: ~/.stu/download)MIT