nikolasdimi@lemmy.world to Programmer Humor@programming.devEnglish · 2 months agoPromoting your API tool - Guide for founders on Redditlemmy.worldimagemessage-square25linkfedilinkarrow-up1210
arrow-up1210imagePromoting your API tool - Guide for founders on Redditlemmy.worldnikolasdimi@lemmy.world to Programmer Humor@programming.devEnglish · 2 months agomessage-square25linkfedilink
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up4·edit-22 months agoOh. Fair enough. The intent for curl is definitely to display the HTML as it’s whole point. Anyways. curl -L -o “/tmp/your.html” https://justuse.org/curl && librewolf “/tmp/your.html”
minus-square‹Hexa«Back›@lemmy.blahaj.zonelinkfedilinkarrow-up1·2 months agolibrewolf is overkill I was expecting to hear something like links2
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up1·2 months agoYeah, but It’s more that you probably already have a browser open, so it’s better to just reuse the resources Also, just replace it with your favourite browser. It should also just work
Oh. Fair enough. The intent for curl is definitely to display the HTML as it’s whole point.
Anyways.
curl -L -o “/tmp/your.html” https://justuse.org/curl && librewolf “/tmp/your.html”
librewolf is overkill I was expecting to hear something like links2
Yeah, but It’s more that you probably already have a browser open, so it’s better to just reuse the resources
Also, just replace it with your favourite browser. It should also just work