Crates.io | wifi-client |
lib.rs | wifi-client |
version | 0.2.1 |
source | src |
created_at | 2023-04-04 19:59:31.674457 |
updated_at | 2023-04-06 18:54:24.840011 |
description | A cli tool for connecting to wifi |
homepage | https://github.com/PravithBA/wifi-client |
repository | https://github.com/PravithBA/wifi-client |
max_upload_size | |
id | 830439 |
size | 21,945 |
wifi-client
is a tool for connecting to a wifi easily.
This tool uses nmcli
under the hood.
cargo install wifi-client
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'.
git checkout -b my-new-feature
)git commit -am "Add some feature"
)git push origin my-new-feature
)