3 unstable releases
0.2.1 | Apr 6, 2023 |
---|---|
0.2.0 | Apr 6, 2023 |
0.1.0 | Apr 4, 2023 |
#5 in #ssid
35 downloads per month
10KB
219 lines
Wifi Client
wifi-client
is a tool for connecting to a wifi easily.
This tool uses nmcli
under the hood.
Installation
cargo install wifi-client
Usage
NOTE: You have to have have
nmcli
installed for this tool to work. Look at nmcli man page for installation.
Command:
wifi-client
Output:
▰▰▰▱▱▱▱ Scanning for wifi
? Select the SSID you want to connect
> SSID: "wifi 1"
SSID: "wifi 2"
[↑↓ to move, enter to select, type to filter]
After selection:
▰▰▰▱▱▱▱ Scanning for wifi
> Select the SSID you want to connect SSID: "wifi 1"
? Please enter the password for "SSID: "wifi 1""
After password input:
▰▰▰▱▱▱▱ Scanning for wifi
> Select the SSID you want to connect SSID: "wifi 1"
> Please enter the password for "SSID: "wifi 1"" ********
Device '<network-interface-name>' successfully activated with 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am "Add some feature"
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Dependencies
~7–16MB
~200K SLoC