iptui/README.md
2024-06-22 21:59:15 -04:00

20 lines
342 B
Markdown

# Tyrel's Really Quick Rust TUI for IP Addresses
Standard Rust tooling - cargo run/cargo build
## TO Run
`cargo run`
Then arrow keys (or j/k) to select the interface.
Then <Enter> to see more information.
![](iptui_main.png)
![](iptui_docker.png)
## TODO
Make things copyable. Currently `cursive` doesn't let you do that by default.