Releases: noomz/exmen
Releases · noomz/exmen
v1.1.0
What's New
IPC Server (Phase 6)
- Unix domain socket for external tool integration
- CLI tool (
exmen) for scripting and automation - Commands:
list-actions,run <action>,status <action>
Global Config (Phase 7)
~/.config/exmen/config.tomlfor centralized settings- Action ordering: control display order
- Enable/disable actions without deleting config files
UI Improvements (Phase 7.1)
- More compact action rows (8+ items visible)
- Larger popup for script output (450x400)
- Better hover states with pointing hand cursor
Downloads
- Exmen-v1.1.0.dmg - macOS installer (recommended)
- Exmen-v1.1.0.zip - Portable app bundle
Exmen v1.0.0
Initial Release
Exmen is a macOS menu bar app for zero-friction script execution.
Features
- Menu bar app with action list
- TOML config files (
~/.config/exmen/actions/) - Auto-reload on config changes
- Script execution with timeout
- Output handlers: clipboard, notification, popup
- Hook system for dynamic UI updates
- Status polling at configurable intervals
Requirements
- macOS 13.0 (Ventura) or later
Installation
- Download
Exmen-v1.0.0.zip - Extract and move
Exmen.appto Applications - Launch Exmen
- Create action configs in
~/.config/exmen/actions/
See README for configuration details.