#s3 #aws #cli #tui #terminal

app stu

TUI application for AWS S3 written in Rust using tui-rs

4 releases

0.2.2 Mar 23, 2023
0.2.1 Mar 16, 2023
0.2.0 Mar 10, 2023
0.1.0 Mar 4, 2023

#2862 in Command line utilities

33 downloads per month

MIT license

1MB
1.5K SLoC

STU

Crate Status

S3 Terminal UI

About

STU is the TUI application for AWS S3 written in Rust using tui-rs.

Installation

$ cargo install stu

Usage

STU - S3 Terminal UI

Usage: stu [OPTIONS]

Options:
  -r, --region <REGION>     AWS region
  -e, --endpoint-url <URL>  AWS endpoint url
  -p, --profile <NAME>      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:

  • download_dir: string - Directory to save when downloading objects (default: ~/.stu/download)

License

MIT

Dependencies

~38MB
~757K SLoC