diff --git a/assets/tv-aws-buckets.png b/assets/tv-aws-buckets.png new file mode 100644 index 0000000..2c1338e Binary files /dev/null and b/assets/tv-aws-buckets.png differ diff --git a/cable/unix/aws-buckets.toml b/cable/unix/aws-buckets.toml new file mode 100644 index 0000000..80b9513 --- /dev/null +++ b/cable/unix/aws-buckets.toml @@ -0,0 +1,14 @@ +[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