Skip to content

Instantly share code, notes, and snippets.

@sagidayan
Created March 31, 2015 13:31
Show Gist options
  • Save sagidayan/29b6d50273073086584f to your computer and use it in GitHub Desktop.
Save sagidayan/29b6d50273073086584f to your computer and use it in GitHub Desktop.
open command for linux (like open in OSX)
xdg-open "$1" &> /dev/null &
@sagidayan
Copy link
Author

put the file in /bin/

and then try to run

$ open .

your file browser should open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment