nikolasdimi@lemmy.world to Programmer Humor@programming.devEnglish · 19 hours agoPromoting your API tool - Guide for founders on Redditlemmy.worldimagemessage-square22fedilinkarrow-up1171
arrow-up1171imagePromoting your API tool - Guide for founders on Redditlemmy.worldnikolasdimi@lemmy.world to Programmer Humor@programming.devEnglish · 19 hours agomessage-square22fedilink
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up4·edit-213 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·9 hours agolibrewolf is overkill I was expecting to hear something like links2
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up1·3 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