0
Can someone please explain what is this ? https://curl.se/
(thebrainbin.org)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
Believe me, you aren't going to get used to nor enjoy "browsing" the web with curl. It's not what you think it is.
@asudox@lemmy.asudox.dev but I can fetch the web through the terminal emulator ??
@bjoern_tantau@swg-empire.de
For that I would rather recommend a terminal browser like
lynx,w3morlinks2in example.curlis more like a single web request to download one piece of raw file (an html page or an image in example). It is not meant to interpret websites and display results. If you want save webpages for offline view, then something likewget.The modern internet isn't designed to be interacted with via a terminal.
So much of the internet today runs on JavaScript and curl won't run that