Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-k/network-interface-menubar
An Electron app to display when a mac uses a wired connection for the default network interface.
https://github.com/g-k/network-interface-menubar
Last synced: 18 days ago
JSON representation
An Electron app to display when a mac uses a wired connection for the default network interface.
- Host: GitHub
- URL: https://github.com/g-k/network-interface-menubar
- Owner: g-k
- Created: 2015-08-05T03:01:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T03:37:21.000Z (over 9 years ago)
- Last Synced: 2024-10-14T12:55:05.304Z (about 2 months ago)
- Language: HTML
- Size: 578 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - Network Interface Menubar
README
# Network Interface Menubar
An app to display when a mac uses a wired connection for the default
network interface (this might be problem if you're
[running into wifi issues on a Late 2013 MBP with a wireless N router](https://discussions.apple.com/thread/5535320?start=0&tstart=0)
then bought a rather expensive thunderbolt to ethernet adapter and
expected Ubuntu-style network menubar to tell you when you have a
wired connection and don't want to buy a separate mac app or toggle to
the System Preferences Network tab). It updates roughly every 3 seconds.## Screenshots
## Installation
1. Download [Network Interface Menubar.app.tgz (36 MB)](https://github.com/g-k/network-interface-menubar/releases/download/0.1.0/Network.Interface.Menubar.app.tgz) from releases.
1. Double click to unarchive the app.
1. Drag to ApplicationsNote: It might be necessary to 'open anyway' on the System Preferences
Security & Privacy page if github.com is not a trusted developer.## Developer Instructions
git clone this repo and run `npm install --dev` to install dev dependencies
Run `make build` to build Network Interface Menubar.app
Run `make start` to run the app with logging and without building the app.
Built from the [menubar](https://github.com/maxogden/menubar) example on [Electron](http://electron.atom.io/) using the Ubuntu GNOME icons.