{"id":19901744,"url":"https://github.com/tanmaypatil105/wifi-cli","last_synced_at":"2025-10-26T12:39:43.900Z","repository":{"id":61929092,"uuid":"526353700","full_name":"TanmayPatil105/wifi-cli","owner":"TanmayPatil105","description":"📶 Wifi through command line","archived":false,"fork":false,"pushed_at":"2024-05-19T12:38:06.000Z","size":130,"stargazers_count":11,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T08:36:34.132Z","etag":null,"topics":["automation","bash","cli","cli-app","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TanmayPatil105.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-18T19:50:17.000Z","updated_at":"2024-05-19T12:38:09.000Z","dependencies_parsed_at":"2022-10-23T18:00:22.923Z","dependency_job_id":"66cd0589-b160-4ee8-bb03-ede7d92164ff","html_url":"https://github.com/TanmayPatil105/wifi-cli","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanmayPatil105%2Fwifi-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanmayPatil105%2Fwifi-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanmayPatil105%2Fwifi-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanmayPatil105%2Fwifi-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TanmayPatil105","download_url":"https://codeload.github.com/TanmayPatil105/wifi-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252122276,"owners_count":21698305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","bash","cli","cli-app","shell"],"created_at":"2024-11-12T20:16:07.063Z","updated_at":"2025-10-26T12:39:38.843Z","avatar_url":"https://github.com/TanmayPatil105.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wifi CLI simplified\n\n``` Try wifi --help after installation```\n\n## Installation\n\n### Install using brew\n\n```\n$ brew tap TanmayPatil105/tap\n```\n\n```\n$ brew install wifi-cli\n```\n\n### Install using curl\n\n```console\n$ curl -s https://raw.githubusercontent.com/TanmayPatil105/wifi-cli/main/curl.sh | bash\n```\n```console\n$ sudo chmod +x /bin/wifi\n```\n\n### Manual Installation\n```console\n$ git clone https://github.com/TanmayPatil105/wifi-cli.git\n```\n```console\n$ cd wifi-cli\n```\n```console\n$ sudo chmod +x install.sh configure\n```\n```console\n$ ./configure\n```\n```console\n$ sudo ./install.sh\n```\n\n### Uninstallation\n\n```console\n$ sudo ./install.sh remove\n```\n\u003chr/\u003e\n\n### Dependencies\n\nInstall following packages before using wifi-cli\n\n- **xterm**\n\n```console\n$ sudo apt install xterm\n```\n```console\n$ sudo pacman -S xterm\n```\n- **nmcli**\n\n```console\n$ sudo apt install network-manager\n```\n```console\n$ sudo pacman -S networkmanager\n```\n\n### Build on Docker\n```console\n$ sudo docker build -t wifi-cli .\n```\n\u003chr/\u003e\n\n### Usage \n\n```wifi on```\n```wifi off```\n```wifi status```\n```wifi list```\n```wifi connect '$SSID'```\n```wifi pass```\n```wifi saved```\n\n```wifi hotspot```\n```wifi hotspot off```\n```wifi forget '$SSID'```\n```wifi recon```\n```wifi speed```\n\u003chr/\u003e\n\n### Support\nPlease [open an issue](https://github.com/TanmayPatil105/wifi-cli/issues/new) if you'd like to report a bug or request a feature.\n\nDo ⭐ the repo if you find it useful\n\u003chr/\u003e\n\n### Contributing\nFollow [guidelines](https://github.com/TanmayPatil105/wifi-cli/blob/main/CONTRIBUTING.md) before contributing.\n\n\u003chr/\u003e\n\n### Uses\n`Uses speedtest-cli for checking network speed`\n\n### Additional\nTry changing the `/src/wifi` file using following steps if hotspot option doesn't work\n\n```diff\n- nmcli con down Hotspot \u003e /dev/null\n+ UUID=$(grep uuid /etc/NetworkManager/system-connections/Hotspot.nmconnection | cut -d= -f2)\n+ nmcli con up uuid $UUID \u003e /dev/null\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanmaypatil105%2Fwifi-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanmaypatil105%2Fwifi-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanmaypatil105%2Fwifi-cli/lists"}