diff --git a/README.md b/README.md index 55fd324..6fce471 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ kportal simplifies managing multiple Kubernetes port-forwards with an elegant, interactive terminal interface. Built with [Bubble Tea](https://github.com/charmbracelet/bubbletea), it provides real-time status updates, automatic reconnection, and hot-reload configuration support. -![kportal Demo](docs/images/demo.png) +![kportal Screenshot](docs/kportal-screenshot.png) ## ✨ Features diff --git a/docs/index.html b/docs/index.html index 92c3403..648e16b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -79,6 +79,10 @@ License Go Report + +
+ kportal terminal interface +
diff --git a/docs/kportal-screenshot.png b/docs/kportal-screenshot.png new file mode 100644 index 0000000..cc6d01d Binary files /dev/null and b/docs/kportal-screenshot.png differ