Crates.io | lists3 |
lib.rs | lists3 |
version | 0.0.3 |
source | src |
created_at | 2024-07-29 04:33:20.225411 |
updated_at | 2024-07-29 22:40:54.523374 |
description | Light-weight CLI tool to create a file browser for S3 buckets provisioning bucket listing. |
homepage | https://github.com/thevickypedia/lists3 |
repository | https://github.com/thevickypedia/lists3 |
max_upload_size | |
id | 1318484 |
size | 97,010 |
lists3
is a light-weight CLI tool to create a file browser for S3 buckets provisioning bucket listing.
curl -o lists3-darwin-amd64.tar.gz -LH "Accept: application/octet-stream" "https://github.com/thevickypedia/lists3/releases/latest/download/lists3-darwin-amd64.tar.gz"
curl -o lists3-darwin-arm64.tar.gz -LH "Accept: application/octet-stream" "https://github.com/thevickypedia/lists3/releases/latest/download/lists3-darwin-arm64.tar.gz"
curl -o lists3-linux-amd64.tar.gz -LH "Accept: application/octet-stream" "https://github.com/thevickypedia/lists3/releases/latest/download/lists3-linux-amd64.tar.gz"
curl -o lists3-windows-amd64.zip -LH "Accept: application/octet-stream" "https://github.com/thevickypedia/lists3/releases/latest/download/lists3-windows-amd64.zip"
Invoke-WebRequest -Uri https://github.com/thevickypedia/lists3/releases/latest/download/lists3-windows-amd64.zip -OutFile lists3-windows-amd64.zip
["github/"]
) Fallback: []
["github/.DS_Store"]
) Fallback: []
list.html
) Fallback: list
vanilla
) Fallback: bootstrap./lists3 --bucket thevickypedia.com --object list --filter '["github/"]' --ignore '["github/.DS_Store"]'
./lists3 --bucket thevickypedia.com --object list --filter '["github/"]'
https://crates.io/crates/lists3
https://docs.rs/lists3/latest/lists3
Generator
cargo doc --document-private-items --no-deps
rustup component add clippy
cargo clippy --no-deps --fix
© Vignesh Rao
Licensed under the MIT License