mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 14:44:18 +00:00
Update README.md
This commit is contained in:
parent
db55c0ba69
commit
b7770e18c2
1 changed files with 5 additions and 2 deletions
|
@ -92,11 +92,14 @@ All the archived links are stored by date bookmarked in `output/archive/<timesta
|
||||||
#### Can import links from many formats:
|
#### Can import links from many formats:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./archive < any_text_file.txt
|
echo 'http://example.com' | ./archive
|
||||||
|
./archive ~/Downloads/firefox_bookmarks_export.html
|
||||||
|
./archive https://example.com/some/rss/feed.xml
|
||||||
```
|
```
|
||||||
|
▶️ **See the [Usage: CLI](https://github.com/pirate/ArchiveBox/wiki/Usage#CLI-Usage) page for more examples.**
|
||||||
|
|
||||||
- <img src="https://nicksweeting.com/images/rss.svg" height="22px"/> RSS, XML, JSON, CSV, SQL, HTML, Markdown, or any other text-based format
|
|
||||||
- <img src="https://nicksweeting.com/images/bookmarks.png" height="22px"/> Browser history or bookmarks exports (Chrome, Firefox, Safari, IE, Opera, and more)
|
- <img src="https://nicksweeting.com/images/bookmarks.png" height="22px"/> Browser history or bookmarks exports (Chrome, Firefox, Safari, IE, Opera, and more)
|
||||||
|
- <img src="https://nicksweeting.com/images/rss.svg" height="22px"/> RSS, XML, JSON, CSV, SQL, HTML, Markdown, TXT, or any other text-based format
|
||||||
- <img src="https://getpocket.com/favicon.ico" height="22px"/> Pocket, Pinboard, Instapaper, Shaarli, Delicious, Reddit Saved Posts, Wallabag, Unmark.it, OneTab, and more
|
- <img src="https://getpocket.com/favicon.ico" height="22px"/> Pocket, Pinboard, Instapaper, Shaarli, Delicious, Reddit Saved Posts, Wallabag, Unmark.it, OneTab, and more
|
||||||
|
|
||||||
#### Saves lots of useful stuff for each imported link:
|
#### Saves lots of useful stuff for each imported link:
|
||||||
|
|
Loading…
Reference in a new issue