Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/locus313/macos-wireless-autoswitch
Automatically turn off wireless in macos when you connect to a LAN
https://github.com/locus313/macos-wireless-autoswitch
macos wireless
Last synced: 7 days ago
JSON representation
Automatically turn off wireless in macos when you connect to a LAN
- Host: GitHub
- URL: https://github.com/locus313/macos-wireless-autoswitch
- Owner: locus313
- Created: 2022-03-19T06:23:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T00:50:53.000Z (12 months ago)
- Last Synced: 2024-05-01T16:26:06.583Z (7 months ago)
- Topics: macos, wireless
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
macos-wireless-autoswitch
==================
Automatically turn off wireless in macos when you connect to a LAN.* [Installation](#installation)
* [Uninstall](#uninstall)
* [Update](#update)Installation
------------Requirements:
* bash (recommend version 4+)
Clone the repo or download a source zip.
run the install script with the install option
```bash
./install.sh i
```Uninstall
------------
run the install script with the uninstall option```bash
./install.sh ui
```Update
------------
run the install script with the update option```bash
./install.sh up
```Authors & Contributors
------------
Ryan Lininger - Script original author - [Source](https://web.archive.org/web/20180508004545/www.computernetworkbasics.com/2012/12/automatically-turn-off-wireless-in-osx-including-mountain-lion/)