Running two instances of an application in OS X

edited February 2011 in advice
Geek!

Open the application normally, start working, and then to open a second file in a separate instance of the same app launch terminal and type:
open -n "path/to/file.pdf"

Comments

  • edited 6:40PM
    cool beans!
  • edited 6:40PM
    Word.
  • edited 6:40PM
    ha! ^

    that's pretty sweet, peak', thank you. Tip of the Week Award!
  • edited February 2011
    Yeah, that could be pretty useful. Especially with those one window UI apps.

    Not to mention those "go and get a coffee, I'm going to be be busy for the next 15 minutes as I render out this file" apps.

    Nice tip.
  • edited 6:40PM
    Apparently it doesn't work with every app! But yes, I can think of a couple of scenarios it would be good for.
  • edited 6:40PM
    Noice!
  • edited 6:40PM
    Some apps you can just duplicate to achieve the same.
  • edited 6:40PM
    zippie said...Some apps you can just duplicate to achieve the same.
    Yes but that would use more disk space! :wink:
    (Though probably easier)

    Somewhere someones written an automator action to do this.
Sign In or Register to comment.