Files in the top-level directory from the latest check-in
- CODE_OF_MERIT.md
- go.mod
- LICENSE
- README.md
- sfd.go
sfd
An Single File (Web) Downloader.
Features
- Downloads a complete website as self-contained HTML files, one file per requested page.
Building
fossil clone https://code.rosaelefanten.org/sfd
or
git clone https://github.com/dertuxmalwieder/sfd
then (if applicable) go to the source directory, then
go build
Usage
Assuming there is a manual page with shiny pictures on example.com/shiny-manual.htm
which you want to download into the current directory:
sfd -url "https://example.com/shiny-manual.htm" -target .
-target
defaults to your home directory.