stu
stu copied to clipboard
TUI explorer application for Amazon S3 (AWS S3) 🪣
Currently, we only build and distribute the `x86_64-unknown-linux-gnu` target. https://github.com/lusingander/stu/issues/26
### Discussed in https://github.com/lusingander/stu/discussions/64 Originally posted by **dolzenko** April 4, 2025 E.g. in my case I wanted a quick way to download and run custom command on the file. Or,...
https://github.com/lusingander/stu/issues/57#issuecomment-2721030990 It would be nice if `--path-style` could be set automatically depending on the `endpoint-url` specified by the user. ```toml path_style_rules = [ { match = "localhost", type = "contains",...
Programs such as [rclone](https://github.com/rclone/rclone) store a file mtime in "X-Amz-Meta-Mtime" attribute. That would be great to display this value.
Due to the lack of a proper CSV viewing experience in STU (i.e. a visual table), I often find myself downloading CSV files to my local machine and then using...
```dockerfile FROM rust:1.91-slim-bookworm WORKDIR /app RUN apt-get update && \ apt-get install --yes --no-install-recommends git RUN git clone https://github.com/lusingander/stu.git . --depth 1 RUN cargo build --release -j$(nproc) ``` `docker build...