Commit Graph

16 Commits

Author SHA1 Message Date
473d28d17e comments + debug 2023-09-08 15:44:04 +02:00
2f54f72499 watcher: handles stats resetting 2023-09-08 12:00:22 +02:00
7a091c5c9f global flags from global options 2023-09-05 19:45:21 +02:00
0404cedfea watcher: fix reset watch 2023-02-23 12:07:55 +01:00
95b3c8ff4d gosuki ! 2023-02-19 00:13:23 +01:00
280341d4e0 Refactoring + doc updates + pass Context to modules
- modules receive on Init() a context with Cli context
- Eval symlinks on profile dir
- WIP handle multiple profiles
2023-02-18 23:08:12 +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
03d30e6704 VERY MUCH WIP big refactoring into browser modules
- inspired from golang database package and caddyserver modules
- Migrating from class style to interfaces
- FIX: browser provisioning is broken, config is not ready when the
  browser module is registered.
2022-10-23 15:08:06 +02:00
e5e38af55c fix build .com to .xyz 2020-11-06 18:50:36 +01: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
8989d757f8 wip migrate to module 2020-08-12 19:14:27 +01:00
5cbcf816a7 basic CLI 2019-02-18 19:44:27 +01:00
f40de3bf8d Refactoring and interfaces for unit testing 2018-12-01 18:16:46 +01:00
c582337f53 wip start UnitTest and handle sqlite file lock 2018-11-30 04:15:08 +01:00
92fcb6fbc1 Fix bug on watcher 2018-11-13 19:54:20 +01:00
083ac7537a wip refactoring in packages 2018-11-09 18:25:50 +01:00