https://github.com/acsandmann/menuanywhere
macos menu bar at your fingertips
https://github.com/acsandmann/menuanywhere
macos menubar menuwhere
Last synced: 9 months ago
JSON representation
macos menu bar at your fingertips
- Host: GitHub
- URL: https://github.com/acsandmann/menuanywhere
- Owner: acsandmann
- License: mit
- Created: 2025-04-12T00:04:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-08T05:54:08.000Z (11 months ago)
- Last Synced: 2025-08-08T07:29:36.412Z (11 months ago)
- Topics: macos, menubar, menuwhere
- Language: Swift
- Homepage:
- Size: 2.97 MB
- Stars: 34
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- stars - acsandmann/menuanywhere
README
# menuanywhere
tired of clicking bad menu bar items in my sketchybar that are slow and dont line up and also didn't want to pay for menuwhere so here we are.

## installation
```bash
brew tap acsandmann/tap
brew install menuanywhere
```
## config
```cjson
// config is located in ~/.config/menuanywhere/config.json
// config provided is the default
{
"key": "m",
"modifiers": ["control"]
}
```