television/cable/unix/aws-buckets.toml
2025-07-15 15:52:31 +02:00

15 lines
291 B
TOML

[metadata]
name = "aws-buckets"
description = "List and preview AWS S3 Buckets"
requirements = ["aws"]
[source]
command = "aws s3 ls --output text"
output = "{split: :3|trim}"
[preview]
command = "aws s3 ls s3://{split: :3|trim} --human-readable --summarize"
[ui.preview_panel]
size = 60