Neat and tidy ifconfig TUI to select and view more info about the interface.
Go to file
2024-09-11 14:08:58 -04:00
src why was this here? 2024-09-11 14:08:58 -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
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 update readme 2024-06-22 21:59:15 -04:00

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 to see more information.

TODO

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