chipsenkbeil / choose

Fuzzy matcher for OS X that uses both std{in,out} and a native GUI
Other
422 stars 21 forks source link

Add usage example to README #40

Closed vlermandac closed 8 months ago

vlermandac commented 8 months ago

Added an usage example to the README. This example is a command that:

  1. Gets all apps from the macOS default applications directories.
  2. Lists the apps, removing the '.app' extention, in choose.
  3. Outputs the matched app name in choose to 'xargs'.
  4. Runs the selected app with the 'open' command.