diff --git a/README.md b/README.md index 31e6039..ef947bb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A terminal user interface (TUI) application for SSH port forwarding that reads from your local SSH config, allows you to select SSH connections, detects running ports on remote hosts, and forwards them to localhost. +![kport TUI Interface](screenshots/main.png) + +*Interactive terminal interface for SSH port forwarding with host selection and port detection* + ## Features - **SSH Config Integration**: Automatically reads from `~/.ssh/config` diff --git a/screenshots/main.png b/screenshots/main.png new file mode 100644 index 0000000..84cf36d Binary files /dev/null and b/screenshots/main.png differ