Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 455 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 455 Bytes

menudump

Dumps the menu entries for an OS/X application.

Usage: menudump [--pid <pid>] [--yaml] [--alfred] [--help]
  Dumps the menu contents of a given application in JSON format. Defaults to the front-most application.
  --pid <pid> to target a specific application.
  --yaml to output in YAML format instead.
  --alfred to output in Alfred's Script Filter JSON Format.
  --debug to turn on debug output.
  --help print this message