Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export bookmarks from espial #55

Open
b555 opened this issue Aug 8, 2023 · 1 comment
Open

Export bookmarks from espial #55

b555 opened this issue Aug 8, 2023 · 1 comment
Labels
question Further information is requested

Comments

@b555
Copy link

b555 commented Aug 8, 2023

How does one export all the bookmarks currently saved on their instance of espial?

@jonschoning
Copy link
Owner

jonschoning commented Aug 8, 2023

you can use the migration tool to export bookmarks for a given user in the "pinboard" JSON format.

example:

direct:

stack exec migration -- exportbookmarks --conn espial.sqlite3 --userName myusername --bookmarkFile bookmarks.json

or using docker:

docker compose exec espial ./migration exportbookmarks --conn /app/data/espial.sqlite3 --userName myusername  --bookmarkFile bookmarks.json

@jonschoning jonschoning added the question Further information is requested label Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants