Andrew D Bate
Andrew D Bate
When I run this command: ``` single-file --output-directory=outdir --dump-content=false --filename-template="{url-pathname-flat}.html" --crawl-links --crawl-save-session=session.json --crawl-replace-urls=true https://en.wikipedia.org/wiki/Thomas_Lipton ``` none of the files in the `outdir` directory have URLs of saved pages replaced with...
I am running the following command from a Bash shell (MinGW on Windows 10): ``` docker run --mount "type=bind,src=$PWD/cookiedir,dst=/cookiedir" --mount "type=bind,src=$PWD/sitedir,dst=/sitedir" singlefile --browser-cookies-file=/cookiedir/cookies.txt --urls-file="/sitedir/urls.txt" --output-directory="/sitedir" --dump-content=false --filename-template="{url-pathname-flat}.html" ``` Note that...
The current behavior of `--filename-conflict-action=skip` is as follows: 1. download the page as usual 2. if the file to be created already exists, do overwrite the file. It would be...
I have found some typos / inaccuracies on the following page that provides instructions for the CLI: https://github.com/gildas-lormeau/SingleFileZ/blob/master/cli/README.MD The pages says: > Run and redirect the result into a file...
Thank you for making such a wonderful extension. I have been a user of SingleFile for a long time (ever since saving as MHTML was no longer well supported) and...
Please add [TextMagic](https://textmagic.com) as a provider. TextMagic provide a Go API here: https://github.com/textmagic/textmagic-rest-go-v2 The README provides an example of how to send an SMS message using the Go API. A...
Please add an option to disable smoothing. This is something which is supported by Gnome System Monitor. Here is an example CPU plot from Gnome System Monitor (of a stacked...
Monitor now segfaults immediately after upgrading to 0.12.0 on my machine (by having run `apt update && apt upgrade`): Here is the output when I attempt to launch it from...
I have a 6-core / 12-thread machine. When I am running a program that uses several threads and has high CPU usage (for example, compiling C++ with many worker threads...
The temperature on the System tab shows as -nan °C on my machine. See the attached screenshot:  I am running elementary OS 6 Odin...