https://github.com/pawong/IPConnect
Shows the internet status, external and internal IP address in your Mac menu bar.
https://github.com/pawong/IPConnect
Last synced: 5 months ago
JSON representation
Shows the internet status, external and internal IP address in your Mac menu bar.
- Host: GitHub
- URL: https://github.com/pawong/IPConnect
- Owner: pawong
- License: mit
- Created: 2022-09-20T16:37:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-21T02:43:59.000Z (about 2 years ago)
- Last Synced: 2024-08-03T09:05:18.022Z (9 months ago)
- Language: Swift
- Size: 17.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - IP Connect
README
# IP Connect 
Shows the internet status, external and internal IP address in your Mac menu bar. Get up to date connection notifications when the status changes.
- Icons in color or black and white.
- Show external IP on menubar.
- Use system notifications of changes.## Screenshots
## Versions
>[1.0.9](builds/IPConnect_v1.0.9/IPConnect.zip)
> Changes:
> - Ventura bug fixes>[1.0.8](builds/IPConnect_v1.0.8/IPConnect.zip)
> Changes:
> - First Open Source Release## Notes
You can enable `Location Services` via the commandline to map your current location. I've found that this can cause memory to leak, however, it never leaks a huge amount.
1. Quit IP Connect. And or kill the process by double clicking on it in the activity monitor and choosing Quit.
2. Open a terminal.
3. At the prompt, type the following command:
```bash
open -a /Applications/IP\ Connect.app/ --args -L:1
```
Use -L:1 for enabling, -L:0 for disabling.## Support
**Bugs and requests?** Please use the project's [issue tracker].
[](https://github.com/pawong/IPConnect/issues)
**Want to contribute?** Please fork this repository and open a pull request with your new changes.
[](https://github.com/pawong/IPConnect/pulls)
**Do you like it?** Support the project by starring the repository or [tweet] about it.
## Thanks for looking! If you like what you see [](https://www.buymeacoffee.com/pawong)
**IP Connect** © 2022, Mazookie, LLC. Released under the [MIT License](LICENSE).
[tweet]: https://twitter.com/intent/tweet?
[issue tracker]: https://github.com/pawong/IPConnect/issues/new
Q: What is Mazookie?
A: Mazookie is a company that used to put apps on the MacOS App Store. This doesn't happen any more because Apple charges money to be a developer and there's no money in these apps, so the projects have been opensourced. Yeah, free stuff!