friedow / centerpiece

Your trusty omnibox search.
MIT License
174 stars 6 forks source link

📑 Firefox bookmarks plugin #133

Closed friedow closed 1 month ago

friedow commented 2 months ago

This finally adds a first plugin for firefox :tada:. With this you are able to search and open your firefox bookmarks. Bookmarks are sorted by the number of visits.

This closes #13!

friedow commented 2 months ago

For all the Firefox enjoyers around here FYI @a-kenji, @rti, @velramiir, @pinpox ;)

friedow commented 1 month ago

I've added a parser for the firefox profiles.ini file. @a-kenji can you check if that works on your system as well?

a-kenji commented 1 month ago

@friedow, It seems to work, but my database is be locked.

"/home/kenji/.mozilla/firefox/x32jmy0t.default"
2024-05-09T15:30:49.600Z ERROR [firefox_bookmarks] database is locked (code 5)
thread '<unnamed>' panicked at client/src/plugin/utils.rs:18:17:
explicit panic
friedow commented 1 month ago

Unlucky, then I'll have to copy the database the same way I did with brave. I'm on it ;)

friedow commented 1 month ago

I've duplicated the database on plugin start. @a-kenji wanna test again?