1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-29 17:19:53 +02:00

Updated Roadmap (markdown)

Nick Sweeting
2019-04-03 03:17:00 -04:00
parent 014a8227e7
commit 5b306897aa

@@ -246,15 +246,15 @@ Resume the update process from a specific URL timestamp.
Print the output in CSV format, with the specified columns, e.g. `--csv=timestamp,base_url,is_archived` Print the output in CSV format, with the specified columns, e.g. `--csv=timestamp,base_url,is_archived`
### `--json` #### `--json`
Print the output in JSON format (with all the link attributes included in the JSON output). Print the output in JSON format (with all the link attributes included in the JSON output).
### `--filter=REGEX` #### `--filter=REGEX`
Print only URLs matching a specified regex, e.g. `--filter='.*github.com.*'` Print only URLs matching a specified regex, e.g. `--filter='.*github.com.*'`
### `--before=TIMESTAMP` / `--after=TIMESTAMP` #### `--before=TIMESTAMP` / `--after=TIMESTAMP`
Print only URLs before or after a given timestamp, e.g. `--before=1554263415.2` or `--after=1554260000` Print only URLs before or after a given timestamp, e.g. `--before=1554263415.2` or `--after=1554260000`