mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-28 22:01:39 +00:00
feat(cable): AWS buckets
This commit is contained in:
parent
37e31b2443
commit
47a0d83f27
BIN
assets/tv-aws-buckets.png
Normal file
BIN
assets/tv-aws-buckets.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 415 KiB |
14
cable/unix/aws-buckets.toml
Normal file
14
cable/unix/aws-buckets.toml
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user