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