Skip to content

Instantly share code, notes, and snippets.

@piaoger
Created September 29, 2016 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piaoger/2c17f81dc037d0517d78f26722beeee2 to your computer and use it in GitHub Desktop.
Save piaoger/2c17f81dc037d0517d78f26722beeee2 to your computer and use it in GitHub Desktop.
open file manager of current directory in the terminal
# open file manager of current directory in the terminal
# http://askubuntu.com/questions/31069/how-to-open-a-file-manager-of-the-current-directory-in-the-terminal
xdg-open .
# mac
# open .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment