mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-24 23:16:19 +02:00
Update references to the old ./archive CLI utility to the new archivebox CLI
@@ -53,13 +53,13 @@ Follow the links here to find instructions for exporting a list of URLs from eac
|
|||||||
|
|
||||||
Pass in URLs to archive via stdin:
|
Pass in URLs to archive via stdin:
|
||||||
```bash
|
```bash
|
||||||
echo 'https://example.com' | ./archive
|
echo 'https://example.com' | archivebox add
|
||||||
```
|
```
|
||||||
|
|
||||||
Or import a list of links from a file or feed URL:
|
Or import a list of links from a file or feed URL:
|
||||||
```bash
|
```bash
|
||||||
./archive ~/Downloads/example_bookmarks_export.html
|
archivebox add < ~/Downloads/example_bookmarks_export.html
|
||||||
./archive https://getpocket.com/users/example/feed/all
|
curl https://getpocket.com/users/example/feed/all | archivebox add
|
||||||
```
|
```
|
||||||
|
|
||||||
## ✅ Done!
|
## ✅ Done!
|
||||||
|
Reference in New Issue
Block a user