iptui/README.md

20 lines
342 B
Markdown
Raw Permalink Normal View History

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