Commit Graph

7 Commits

Author SHA1 Message Date
95b3c8ff4d gosuki ! 2023-02-19 00:13:23 +01:00
53d31f433e make a separate places copy for each Load/Run job, missing tests 2022-12-27 13:24:41 +01:00
cc27b01b50 modules can export cli commands 2022-11-07 21:58:35 +01:00
7c615ad136 WIP modular way to add browser + big refactoring
- Move every browser to it's own package
- Stop using inheritance style embedding of structs
- Use as much interfaces everywhere
- WIP: firefox package needs extensive tests
2022-10-28 00:33:20 +02:00
e365ce6d7f refactoring and cleaning 2022-09-28 22:08:21 +02:00
5825356f2e [firefox] partially working places.sqlite copy strategy
- when file change is detected on places.sqlite* the
sqlite files are copied to a tmp directory and bookmark
parsing happens from there.

This commit covers the base functionnality, the bookmark parsing seems
broken from the sqlx side but new bookmarks are effectivly detected.
2020-09-09 14:07:29 +01:00
77a48ca9cb wip unlocking locked db 2018-12-04 04:34:30 +01:00