We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How does one export all the bookmarks currently saved on their instance of espial?
The text was updated successfully, but these errors were encountered:
you can use the migration tool to export bookmarks for a given user in the "pinboard" JSON format.
migration
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
Sorry, something went wrong.
No branches or pull requests
How does one export all the bookmarks currently saved on their instance of espial?
The text was updated successfully, but these errors were encountered: