## ifwifi - A simple wrapper over nmcli using [wifiscanner](https://crates.io/crates/wifiscanner) made in [rust](https://www.rust-lang.org/). I felt bothered because I never remember the long and tedious command line to setup my wifi interface. So, I wanted to develop something using rust to simplify the usage of nmcli, and I met the wifiscanner project that gave me almost everything I wanted to create this tool. ## Command line: * ifwifi help - Help menu with the few options provided by this tool * ifwifi scan - It will scan the wifi available in your area * ifwifi connect --interface IFACE --password PASSWORD --ssid SSID - Set the wifi [logo]: https://raw.githubusercontent.com/araujobsd/ifwifi/main/gif/terminal.gif "Terminal example" Terminal example: ![alt text][logo] ## How to build: * cargo build --release ## Crates: Crate published at: [https://crates.io/crates/ifwifi](https://crates.io/crates/ifwifi) ## Tested on: * Fedora Linux 34 * Ubuntu 18.04 ## License: BSD 2-Clause "Simplified" License