from Hacker News

Bash Finder: Control the Finder from the Terminal

by HendrikR on 12/27/12, 5:47 PM with 6 comments

  • by pavel_lishin on 12/27/12, 6:57 PM

    Neat idea, but:

        mv .bash_profile ~/.bash_profile
    
    No thanks, I have my own things in there.
  • by msarnoff on 12/27/12, 7:53 PM

    On a similar note, if you just want to open a new Finder window to the current working directory (instead of using an existing Finder window), just use

      open .
    
    The 'open' command has tons of uses (open a file with a specific application, reveal a file in Finder, open a URL in the user's browser, etc.) and I recommend reading its man page.
  • by lukifer on 12/27/12, 8:50 PM

    Cool stuff. In a perfect world, it would be awesome to have the terminal be a pane attached to the Finder window. :)