Skip to content

Releases: noomz/exmen

v1.1.0

21 Jan 08:00

Choose a tag to compare

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.toml for 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

20 Jan 09:26

Choose a tag to compare

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

  1. Download Exmen-v1.0.0.zip
  2. Extract and move Exmen.app to Applications
  3. Launch Exmen
  4. Create action configs in ~/.config/exmen/actions/

See README for configuration details.