GitHub - pythops/impala: 🛜 TUI for managing wifi on Linux.
TUI for managing wifi
📸 Demo
💡 Prerequisites
A Linux based OS with iwd installed.
🚀 Installation
📥 Binary release
You can download the pre-built binaries from the release page release page
📦 crates.io
You can install impala from crates.io
🐧AUR
You can install impala from the AUR with using an AUR helper.
Nixpkgs
nix-env -iA nixpkgs.impala
⚒️ Build from source
Run the following command:
git clone https://github.com/pythops/impala
cd impala
cargo build --release
This will produce an executab...
Read more at github.com