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

Created Usage (markdown)

Nick Sweeting
2019-01-14 18:25:09 -05:00
parent 7f8b38a55b
commit 21ce01802c

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
```