mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-27 16:20:05 +02:00
Updated Usage (markdown)
6
Usage.md
6
Usage.md
@@ -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
|
||||||
|
Reference in New Issue
Block a user