Neat and tidy ifconfig TUI to select and view more info about the interface.
Go to file
Tyrel Souza 08f3c930e9
readme
2024-04-04 00:07:11 -04:00
src IP Address TUI Initial Commit 2024-04-04 00:00:29 -04:00
Cargo.lock IP Address TUI Initial Commit 2024-04-04 00:00:29 -04:00
Cargo.toml IP Address TUI Initial Commit 2024-04-04 00:00:29 -04:00
README.md readme 2024-04-04 00:07:11 -04:00
iptui_docker.png readme 2024-04-04 00:06:37 -04:00
iptui_main.png readme 2024-04-04 00:06:37 -04:00

README.md

Tyrel's Really Bad Rust TUI for IP Addresses

TO Run

cargo run

Then arrow keys (or j/k) to select the interface.

Then to see more information.

TODO

Make things copyable. Currently cursive doesn't let you do that by default.