diff --git a/README.md b/README.md new file mode 100644 index 0000000..f17e214 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# 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. + + +![](iptui_docker.png) + +![](iptui_main.png) + + +## TODO + +Make things copyable. Currently `cursive` doesn't let you do that by default. diff --git a/iptui_docker.png b/iptui_docker.png new file mode 100644 index 0000000..17e5c3e Binary files /dev/null and b/iptui_docker.png differ diff --git a/iptui_main.png b/iptui_main.png new file mode 100644 index 0000000..c21959b Binary files /dev/null and b/iptui_main.png differ