Go to file
Simon Vieille 5d4ae9ade2
style of code
2019-05-14 16:43:41 +02:00
bin style of code 2019-05-14 16:43:41 +02:00
LICENCE add licence 2019-05-06 15:25:38 +02:00
README.md update doc 2019-05-06 18:17:36 +02:00

README.md

Website vacuum

Interactive wrapper for wget and httrack.

Installation

$ git clone https://gitnet.fr/deblan/website-vacuum.git

Usage

Create a working directory:

$ mkdir example
$ cd example

Then:

$ ./bin/vacuum --help
Usage: ./bin/vacuum [url] [filters] [-h|--help|--wget|--httrack]

  --wget      Select GNU Wget
  --httrack   Select httrack to vacuum
  -h,--help   Show this help

Filters only work with httrack. `man httrack` to get help.

$ ./bin/vacuum
Example: https://www.example.com +assets.example.com/*

URL: https://www.example.com
Vacuum:
  [1] httrack
  [2] wget
> [1]

Command:

  httrack https://www.example.com

[...]