mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-29 06:11:37 +00:00

## 📺 PR Description Added `aws-buckets` and `aws-instances` channels. ## Checklist - [x] my commits **and PR title** follow the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) format - [ ] if this is a new feature, I have added tests to consolidate the feature and prevent regressions - [ ] if this is a bug fix, I have added a test that reproduces the bug (if applicable) - [ ] I have added a reasonable amount of documentation to the code where appropriate --------- Co-authored-by: Leonardo Vencovsky <leoven@Leonardos-MacBook-Pro.local> Co-authored-by: alexandre pasmantier <alex.pasmant@gmail.com>
15 lines
291 B
TOML
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
|