You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The open-cli tool lets you pass an HTML string to open it in the default browser. I'd like to see that in open as well. Use case: I'm hitting an API that returns 4 image URLs. I'd love to build a quick HTML string that shows all 4 options, pass that to open, and it open in my browser.
I could workaround this for now by saving to a temp file and deleting after.
The text was updated successfully, but these errors were encountered:
I was thinking HTML, but it could be useful for other stuff too - like maybe I'm streaming an image from a remote source and want to pass it to open (I'd expect to have to clue it to the file type).
The
open-cli
tool lets you pass an HTML string to open it in the default browser. I'd like to see that inopen
as well. Use case: I'm hitting an API that returns 4 image URLs. I'd love to build a quick HTML string that shows all 4 options, pass that toopen
, and it open in my browser.I could workaround this for now by saving to a temp file and deleting after.
The text was updated successfully, but these errors were encountered: