Final Unicourse'tan Çalış, Yüksek Notu Garantile!
Vizesine Unicourse'tan Çalış, Yüksek Notu Garantile!
Tools and methods to save a webpage from the CLI (preferrably not single-file-cli)
-
I could really use a commandline mechanism for saving a webpage locally for offline viewing later. Saving the page in a single file is ideal.
“singlefile”, the browser extension
For GUI users there is a quite useful extension (single-file). That can be run from the CLI by installing single-file-cli. But I am not enthusiastic about the bloaty option. You must first install some obscure package manager called “Deno”, which does not exist in the official Debian archives (thus has not proven to be worthy for mainstream public use, and also complicates every Debian upgrade). Then it uses JavaScript to instrument a bloaty GUI browser. Not great.
Worth noting that there is Org-mode integration but this does not get around the the non-Debian dependency on Deno.
wget
A page can be fetched using this command:
$ wget -U 'stopDiscriminatingAgainstWg3t' -c -P "$dir" -E -H -k -K --xattr -p "$url" $ printf '%s' "$url" > "$dir"/url.txtThe
printfis needed becausewgetjust dumps a big tree of files with no indication of which file must be opened to render the whole page. Indeed it sucks. Saving the URL gives us a fighting chance at locating the file but it’s still a pain. And from there, the files are still scattered on your hard drive.There is a non-Debian tool called HTMLArk. Again, I am not thrilled about non-Debian stuff. But it claims to be able to produce a single HTML file from a scattered collection of files. I have not tried it but in principle it can be used to tidy up the mess dumped by
wget.ArchiveBox and Grunt-inline
ArchiveBox looks interesting. But it’s non-Debian so not exactly spot-on. Same issue with Grunt-inline. There is some grunt stuff in the Debian repos but not this tool specifically.
webpages2html
This is a python script but the script and its dependencies are non-debian. Requires using
pipwhich is a disaster of a tool that is barely suitable for developers but hardly suitable for the end users who end up getting pushed into it.What else?
Any decent option I have overlooked?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Kayıt Ol Giriş