aboutsummaryrefslogtreecommitdiffstats
path: root/docs/versioned_docs/version-v0.18.0/10-import.md
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2024-11-09 14:28:01 +0000
committerMohamed Bassem <me@mbassem.com>2024-11-09 14:28:01 +0000
commit2b6eb7c7f28dd38d4faf342bb0d41a7ec9b9b82b (patch)
treec3cb71c816ac28299203ce82e84dadfceb86f4d0 /docs/versioned_docs/version-v0.18.0/10-import.md
parente57937e118328a98d71325c536da1ee9e3537954 (diff)
downloadkarakeep-2b6eb7c7f28dd38d4faf342bb0d41a7ec9b9b82b.tar.zst
docs: Add documentation about how to import from pocket and omnivore
Diffstat (limited to 'docs/versioned_docs/version-v0.18.0/10-import.md')
-rw-r--r--docs/versioned_docs/version-v0.18.0/10-import.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/versioned_docs/version-v0.18.0/10-import.md b/docs/versioned_docs/version-v0.18.0/10-import.md
index b2cb0dbf..b4e31d44 100644
--- a/docs/versioned_docs/version-v0.18.0/10-import.md
+++ b/docs/versioned_docs/version-v0.18.0/10-import.md
@@ -36,19 +36,6 @@ If you can get your bookmarks in a text file with one link per line, you can use
cat all_links.txt | xargs -I{} hoarder --api-key <key> --server-addr <addr> bookmarks add --link {}
```
-alternatively if you get the error (xargs: command line cannot be assembled, too long), this means your URL is to long. Following bash script can be used to import a file that contains the URLs
-
-```
-#!/bin/bash
-
-api_key="<key>"
-server_addr="<addr>"
-
-while IFS= read -r url; do
- hoarder --api-key "$api_key" --server-addr "$server_addr" bookmarks add --link "$url"
-done < all_links.txt
-```
-
## Exporting Bookmarks from Chrome
- Open Chrome and go to `chrome://bookmarks`