Store your bookmarks in Git.
Download from GitHub:
curl https://raw.githubusercontent.com/makepost/bookmark-store/master/src/like.sh > ~/.local/bin/like
Make executable:
chmod +x ~/.local/bin/like
Create repository:
ssh example.com git init --bare bookmark-store
Initialize local clone:
like init example.com:bookmark-store
Add bookmark:
like https://www.passwordstore.org/
List bookmarks:
like
Remove bookmark:
like rm https://www.passwordstore.org/
Push to origin:
like push
Pull from origin:
like pull
MIT