https://github.com/rafaelSwi/MenuBarUSB
Simple app that displays your USB connections in the macOS MenuBar
https://github.com/rafaelSwi/MenuBarUSB
Last synced: 3 months ago
JSON representation
Simple app that displays your USB connections in the macOS MenuBar
- Host: GitHub
- URL: https://github.com/rafaelSwi/MenuBarUSB
- Owner: rafaelSwi
- Created: 2025-08-28T20:38:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-08-28T20:55:18.000Z (3 months ago)
- Last Synced: 2025-08-29T02:15:06.125Z (3 months ago)
- Language: Swift
- Size: 756 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-swift-macos-apps - MenuBarUSB - commit/rafaelSwi/MenuBarUSB?style=flat&label=" /> - A lightweight tool showing USB connections in the Menu Bar. (Menubar / Text)
README
# MenuBarUSB
A very simple and lightweight app that shows your USB connections in the macOS menu bar.

## Installation via Homebrew
### 1. Add the tap
```bash
brew tap rafaelswi/menubarusb
```
### 2. Install MenuBarUSB
```bash
brew install --cask menubarusb
```
### Update
To update MenuBarUSB after a new version is released:
```bash
brew upgrade --cask menubarusb
```
### If something goes wrong
```bash
brew upgrade
brew reinstall --cask menubarusb
```