ifwifi

Crates.ioifwifi
lib.rsifwifi
version1.2.0
sourcesrc
created_at2021-06-06 08:01:15.176635
updated_at2023-01-06 08:29:48.638801
descriptionA simple Wifi CLI wrapper over the long and tedious nmcli using wifiscanner
homepagehttps://github.com/araujobsd/ifwifi/
repositoryhttps://github.com/araujobsd/ifwifi/
max_upload_size
id406771
size131,367
Marcelo Araujo (araujobsd)

documentation

README

ifwifi - A simple wrapper over nmcli using wifiscanner made in rust.

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

Terminal example: alt text

How to build:

  • cargo build --release

Crates:

Crate published at: https://crates.io/crates/ifwifi

Tested on:

  • Fedora Linux 34
  • Ubuntu 18.04

License:

BSD 2-Clause "Simplified" License

Commit count: 36

cargo fmt