mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-27 16:20:05 +02:00
Created Usage (markdown)
20
Usage.md
Normal file
20
Usage.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# CLI Usage
|
||||||
|
|
||||||
|
## Import a single URL or list of URLs via stdin
|
||||||
|
```bash
|
||||||
|
echo 'https://example.com' | ./archive
|
||||||
|
# or
|
||||||
|
./archive < urls_to_archive.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
## Import a bookmarks export from a browser
|
||||||
|
```bash
|
||||||
|
./archive ~/Downloads/bookmarks_export.html
|
||||||
|
```
|
||||||
|
|
||||||
|
## Archive URLs from a remote RSS feed or file
|
||||||
|
```bash
|
||||||
|
./archive https://example.com/feed.rss
|
||||||
|
# or
|
||||||
|
./archive https://example.com/links.txt
|
||||||
|
```
|
Reference in New Issue
Block a user