You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# placed into the /app directory, run the program with './poke-cli'
126
126
# example: ./poke-cli ability swift-swim
127
127
```
@@ -130,13 +130,13 @@ Cloudsmith is a fully cloud-based service that lets you easily create, store, an
130
130
> The `card`command renders TCG card images using your terminal's graphics protocol. When running inside Docker, pass your terminal's environment variables so image rendering works correctly:
131
131
>```bash
132
132
># Kitty
133
-
> docker run --rm -it -e TERM -e KITTY_WINDOW_ID digitalghostdev/poke-cli:v2.0.0 card
133
+
> docker run --rm -it -e TERM -e KITTY_WINDOW_ID digitalghostdev/poke-cli:v2.0.1 card
134
134
>
135
135
> # WezTerm, iTerm2, Ghostty, Konsole, Rio, Tabby
136
-
> docker run --rm -it -e TERM -e TERM_PROGRAM digitalghostdev/poke-cli:v2.0.0 card
136
+
> docker run --rm -it -e TERM -e TERM_PROGRAM digitalghostdev/poke-cli:v2.0.1 card
137
137
>
138
138
> # Windows Terminal (Sixel)
139
-
> docker run --rm -it -e WT_SESSION digitalghostdev/poke-cli:v2.0.0 card
139
+
> docker run --rm -it -e WT_SESSION digitalghostdev/poke-cli:v2.0.1 card
140
140
> ```
141
141
> If your terminal is not listed above, image rendering is not supported inside Docker.
# placed into the /app directory, run the program with './poke-cli'
71
71
# example: ./poke-cli ability swift-swim
72
72
```
@@ -76,13 +76,13 @@ Cloudsmith is a fully cloud-based service that lets you easily create, store, an
76
76
The `card` command renders TCG card images using your terminal's graphics protocol. When running inside Docker, pass your terminal's environment variables so image rendering works correctly:
77
77
```console
78
78
# Kitty
79
-
docker run --rm -it -e TERM -e KITTY_WINDOW_ID digitalghostdev/poke-cli:v2.0.0 card
79
+
docker run --rm -it -e TERM -e KITTY_WINDOW_ID digitalghostdev/poke-cli:v2.0.1 card
80
80
81
81
# WezTerm, iTerm2, Ghostty, Konsole, Rio, Tabby
82
-
docker run --rm -it -e TERM -e TERM_PROGRAM digitalghostdev/poke-cli:v2.0.0 card
82
+
docker run --rm -it -e TERM -e TERM_PROGRAM digitalghostdev/poke-cli:v2.0.1 card
83
83
84
84
# Windows Terminal (Sixel)
85
-
docker run --rm -it -e WT_SESSION digitalghostdev/poke-cli:v2.0.0 card
85
+
docker run --rm -it -e WT_SESSION digitalghostdev/poke-cli:v2.0.1 card
86
86
```
87
87
If your terminal is not listed above, image rendering is not supported inside Docker.
0 commit comments