Gildas 30903d89bb Added option "Auto-save > save the page with SingleFile Companion" il y a 5 ans
..
lib 9c19fa7468 added license il y a 5 ans
linux f85e262ade added scripts for linux and macos il y a 5 ans
mac f85e262ade added scripts for linux and macos il y a 5 ans
win 42cc098d1e add keys in HKEY_CURRENT_USER only il y a 5 ans
README.MD 30903d89bb Added option "Auto-save > save the page with SingleFile Companion" il y a 5 ans
options.json 65c4b314c6 added singlefile_companion (experimental) il y a 5 ans
singlefile_companion.js 30903d89bb Added option "Auto-save > save the page with SingleFile Companion" il y a 5 ans

README.MD

SingleFile Companion

SingleFile Companion is a program that runs outside the browser and can help to make the saving process more transparent when the auto-save is active. It also allows the pages to be saved in another directory than the download directory. It uses the Native Messaging API to communicate with SingleFile.

Install

  • Install SingleFile CLI

  • In the companion folder of SingleFile, go into the subfolder corresponding to your OS and your browser. For example, if you use Chome on Windows:

cd companion

cd win

cd chrome

  • Make install.sh executable (Linux/Unix/BSD etc.).

chmod +x install.sh

  • Run install

./install.sh (Linux/Unix/BSD etc.)

install.bat (Windows)

Notes