Last active
November 18, 2018 20:15
-
-
Save ceme/9c5c79d900738a6d12a0302447ea63db to your computer and use it in GitHub Desktop.
paste html-source from clipboard and open in default browser
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
filename=clipboard-source.html; pbpaste > /tmp/$filename | open /tmp/$filename |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment