Skip to content

Commit

Permalink
update deps; replace mp4 video with gif
Browse files Browse the repository at this point in the history
  • Loading branch information
tehzhed committed Nov 14, 2023
1 parent cd80b50 commit cc8b1d1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = "0.1.0"
edition = "2021"

[dependencies]
clap = { version = "3.1.18", features = ["derive"] }
clap = { version = "4.4", features = ["derive"] }
crossterm = "0.23"
futures = "0.3.17"
hyper = { version = "0.14.19", features = ["full"] }
futures = "0.3"
hyper = { version = "0.14", features = ["full"] }
kube = { version = "0.73.0", features = ["runtime", "derive", "ws"] }
k8s-openapi = { version = "0.15.0", features = ["v1_24"] }
tokio = { version = "1.14.0", features = ["full"] }
tokio-util = "0.7.0"
tui = "0.18"
tokio = { version = "1.14", features = ["full"] }
tokio-util = "0.7"
tui = "0.19"
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Simple port forwarding TUI for Kubernetes πŸ’»β†”βŽˆ

![portnord in action](./media/portnord.mov)
![portnord in action](./media/portnord.gif)

## ✨ Features
- List all ports exposed by services in a given namespace.
Expand All @@ -27,7 +27,8 @@ OPTIONS:

## 🐞 Limitations

This is a work in progress, and functionality is currently limited and unstable. (This is a pet project I'm working on to learn Rust! πŸ¦€πŸ˜ Apologies if the code does not look idiomatic πŸ“πŸ₯Ί)
This is a pet project I'm working on to learn Rust πŸ¦€.
It's a WIP, and functionality is currently limited and unstable.

A partial list of limitations:
- The list of pods and services is not updated live.
Expand Down
Binary file added media/portnord.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed media/portnord.mov
Binary file not shown.

0 comments on commit cc8b1d1

Please sign in to comment.