1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-27 00:05:27 +02:00

Updated Usage (markdown)

Nick Sweeting
2019-02-26 21:29:13 -05:00
parent 42b8923a91
commit 9b34c68243

@@ -20,7 +20,7 @@ echo 'https://example.com' | ./archive
cat urls_to_archive.txt | ./archive cat urls_to_archive.txt | ./archive
``` ```
## Import links exported from browser or another service ## Import list of links exported from browser or another service
```bash ```bash
./archive ~/Downloads/browser_bookmarks_export.html ./archive ~/Downloads/browser_bookmarks_export.html
# or # or
@@ -29,7 +29,7 @@ cat urls_to_archive.txt | ./archive
./archive ~/Downloads/other_links.txt ./archive ~/Downloads/other_links.txt
``` ```
## Import URLs from a remote RSS feed or file ## Import list of URLs from a remote RSS feed or file
ArchiveBox will download the URL to a local file in `output/sources/` and attempt to autodetect the format and import any URLs found. Currently, Netscape HTML, JSON, RSS, and plain text links lists are supported. ArchiveBox will download the URL to a local file in `output/sources/` and attempt to autodetect the format and import any URLs found. Currently, Netscape HTML, JSON, RSS, and plain text links lists are supported.
```bash ```bash
@@ -38,7 +38,7 @@ ArchiveBox will download the URL to a local file in `output/sources/` and attemp
./archive https://example.com/links.txt ./archive https://example.com/links.txt
``` ```
## Import links from browser history ## Import list of links from browser history
```bash ```bash
./bin/archivebox-export-browser-history --chrome ./bin/archivebox-export-browser-history --chrome
./archive output/sources/chrome_history.json ./archive output/sources/chrome_history.json