{"id":18721157,"url":"https://github.com/notmax6677/net.sh","last_synced_at":"2026-05-06T10:32:20.395Z","repository":{"id":112387691,"uuid":"478080602","full_name":"notmax6677/net.sh","owner":"notmax6677","description":"Simple wifi management script","archived":false,"fork":false,"pushed_at":"2022-04-05T14:19:45.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T11:41:52.474Z","etag":null,"topics":["bash","linux","wifi"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/notmax6677.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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-04-05T10:34:26.000Z","updated_at":"2024-06-15T22:01:09.000Z","dependencies_parsed_at":"2023-04-30T02:54:30.587Z","dependency_job_id":null,"html_url":"https://github.com/notmax6677/net.sh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notmax6677%2Fnet.sh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notmax6677%2Fnet.sh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notmax6677%2Fnet.sh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notmax6677%2Fnet.sh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notmax6677","download_url":"https://codeload.github.com/notmax6677/net.sh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239585538,"owners_count":19663587,"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":["bash","linux","wifi"],"created_at":"2024-11-07T13:33:50.854Z","updated_at":"2025-11-01T00:04:04.216Z","avatar_url":"https://github.com/notmax6677.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# net.sh\n\nThis is a simple wifi network tool with a few functions to simplify your life as much as it can, when it comes to managing wifi networks in a linux shell.\n\nFor idiots like me, it can be extremely torturing to have to deal with stuff like this. It comes in handy when running a window manager like i3 on a laptop.. without ethernet.. it can be a pain in the ass to manage your connections without a built in out-of-the-box network manager that other systems may have, like ones running KDE, GNOME, or XFCE.\n\n## Prerequisites\n* nmcli\n* tput\n\nYou probably have these installed on your linux system anyways lol\n\n## Installation\nLiterally just curl, wget, or download net.sh and add it to your path, wherever that may be.\n\nwget:\n```sh\nwget https://raw.githubusercontent.com/notmax6677/net.sh/main/net.sh\n```\n\ncurl:\n```sh\ncurl https://raw.githubusercontent.com/notmax6677/net.sh/main/net.sh -o net.sh\n```\n\nYou will probably need to make it an executable too:\n```sh\nchmod +x net.sh\n```\n\nFor the sake of not having to write the extension every time you use the program, you can just remove it:\n```sh\nmv PATH_TO_FOLDER/net.sh PATH_TO_FOLDER/net\n```\n\n## Usage\nNow, we can finally get our hands on this and start using it.\n\n##### Connecting to a network (with password)\n```sh\n./net connect NETWORK_NAME PASSWORD\n```\n\n#### Connecting to a network (without password)\n```sh\n./net connect NETWORK_NAME\n```\n\n#### Disconnecting from a network\n```sh\n./net disconnect NETWORK_NAME\n```\n\nAnd finally...\n\n#### List nearby/available networks\nA nice bonus from this is that NMCLI will actually print an asterisk next to the connection that you are currently connected to, if there is one.\n```sh\n./net list\n```\n\nAnd that's all, go crazy with this lol\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotmax6677%2Fnet.sh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotmax6677%2Fnet.sh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotmax6677%2Fnet.sh/lists"}