Skip to content

Tech-X-plorer/wifi-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wifi CLI simplified

Last Modified on 15-10-2022

Try wifi --help after installation

Installation

$ git clone https://github.com/TanmayPatil105/wifi-cli.git
$ cd wifi-cli
$ sudo chmod +x install.sh
$ ./install.sh

Uninstallation

$ ./install.sh remove

Usage

wifi on wifi off wifi list wifi connect '$SSID' wifi pass wifi saved wifi hotspot wifi hotspot off wifi forget '$SSID'


Do ⭐ the repo if you find it useful

Support

Please open an issue if you'd like to report a bug or request a feature.


Additional

Try changing the "./src/wifi" file using following steps if hotspot option doesn't work

Instead of the command "nmcli con up hotspot" replace it with the following lines
UUID=$(grep uuid /etc/NetworkManager/system-connections/Hotspot | cut -d= -f2)
nmcli con up uuid $UUID

About

Wifi through command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%