mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-07 20:15:23 +00:00
add podman support
This commit is contained in:
parent
3a460a3526
commit
11450915d0
@ -193,6 +193,9 @@ toggle_preview = "ctrl-o"
|
|||||||
# docker-images channel
|
# docker-images channel
|
||||||
"docker run" = "docker-images"
|
"docker run" = "docker-images"
|
||||||
|
|
||||||
|
# podman-images channel
|
||||||
|
"podman run" = "podman-images"
|
||||||
|
|
||||||
# gitrepos channel
|
# gitrepos channel
|
||||||
"nvim" = "git-repos"
|
"nvim" = "git-repos"
|
||||||
|
|
||||||
|
@ -25,6 +25,11 @@ name = "docker-images"
|
|||||||
source_command = "docker image list --format=json | jq -r '.[] | .Names[0] // .Id'"
|
source_command = "docker image list --format=json | jq -r '.[] | .Names[0] // .Id'"
|
||||||
preview_command = "docker image inspect {0} | jq -C"
|
preview_command = "docker image inspect {0} | jq -C"
|
||||||
|
|
||||||
|
[[cable_channel]]
|
||||||
|
name = "podman-images"
|
||||||
|
source_command = "podman image list --format=json | jq -r '.[] | .Names[0] // .Id'"
|
||||||
|
preview_command = "podman image inspect {0} | jq -C"
|
||||||
|
|
||||||
# S3
|
# S3
|
||||||
[[cable_channel]]
|
[[cable_channel]]
|
||||||
name = "s3-buckets"
|
name = "s3-buckets"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user