Created
December 29, 2021 23:22
-
-
Save aarmn/3322d27dceea18db2516be3bdeba9bbe to your computer and use it in GitHub Desktop.
Opening a file in the default program from terminal in diff OSes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
windows: ii (alias to -> Invoke-Item) | |
mac: open | |
linux: xdg-open (freedesktop foundation tool) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment