Forrest logo
back to context overview

open

List of commands for open:

  • open:tldr:037e2 open: [R]eveal a file in Finder.
    $ open -R ${filename}
    try on your machine
    explain this command
  • open:tldr:2ebea open: Open the current directory in Finder.
    $ open .
    try on your machine
    explain this command
  • open:tldr:9c76d open: Run a graphical macOS app based on the [b]undle identifier (refer to `osascript` for an easy way to get this).
    $ open -b ${com-domain-application}
    try on your machine
    explain this command
  • open:tldr:d91ec open: Open a file with the associated application.
    $ open ${file-ext}
    try on your machine
    explain this command
  • open:tldr:e436c open: Open a [n]ew instance of an application specified via [b]undle identifier.
    $ open -n -b ${com-domain-application}
    try on your machine
    explain this command
  • open:tldr:f5de3 open: Run a graphical macOS [a]pplication.
    $ open -a "${Application}"
    try on your machine
    explain this command
back to context overview