nikolasdimi@lemmy.world to Programmer Humor@programming.devEnglish · 1 day agoPromoting your API tool - Guide for founders on Redditlemmy.worldimagemessage-square25fedilinkarrow-up1198
arrow-up1198imagePromoting your API tool - Guide for founders on Redditlemmy.worldnikolasdimi@lemmy.world to Programmer Humor@programming.devEnglish · 1 day agomessage-square25fedilink
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up4·edit-221 hours 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-squareHexaBack@lemmy.blahaj.zonelinkfedilinkarrow-up1·16 hours agolibrewolf is overkill I was expecting to hear something like links2
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up1·10 hours 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