An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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.

![Demo](demo.gif)

## 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"]
}
```