mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-28 00:30:03 +02:00
Updated Usage (markdown)
6
Usage.md
6
Usage.md
@@ -11,9 +11,13 @@ echo 'https://example.com' | ./archive
|
|||||||
./archive < urls_to_archive.txt
|
./archive < urls_to_archive.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
## Import a bookmarks export from a browser
|
## Import a list of links export from browser bookmarks or a bookmark service
|
||||||
```bash
|
```bash
|
||||||
./archive ~/Downloads/bookmarks_export.html
|
./archive ~/Downloads/bookmarks_export.html
|
||||||
|
# or
|
||||||
|
./archive ~/Downloads/bookmarks.json
|
||||||
|
# or
|
||||||
|
./archive ~/Downloads/links.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
## Archive URLs from a remote RSS feed or file
|
## Archive URLs from a remote RSS feed or file
|
||||||
|
Reference in New Issue
Block a user