Commit Graph

21 Commits

Author SHA1 Message Date
1b4fbf1113 tidy 2023-10-04 00:51:02 +02:00
dbe09d671f api: use chi instead of gin, less dependencies 2023-09-29 21:50:22 +02:00
e23efd5c39 big fix for multi profile loading, move goro manager in own package
- use goroutine manager to handle all modules and gracefully shutdown
- load and watch multiple browser profiles with firefox
2023-09-15 03:17:31 +02:00
4f6ec57400 run browser modules with gum unit manager 2023-09-11 16:11:35 +02:00
42a31d95b3 update gum dependency 2023-09-11 14:14:58 +02:00
535b287842 use unique buffer per browser session 2023-09-08 20:42:44 +02:00
b8979d3e7c example adding notify-send hook for #tag:notify 2023-09-08 20:00:39 +02:00
a23620d716 go mod 2023-09-08 12:00:29 +02:00
95b3c8ff4d gosuki ! 2023-02-19 00:13:23 +01:00
5857f7e711 wip ff scan folders 2022-12-05 23:21:23 +01:00
435baebccf dot sqlx use Select - wip test loading bookmarks 2022-11-22 00:05:24 +01:00
4e7ef2110b better debug/logging usinc cli flag and env variables 2022-11-17 23:03:18 +01:00
d03cbaee50 ff: use sqlx struct scan and enhanced merged table query
- use a single query on places.sqlite to retrieve all necessary info to
  organize and parse bookmarks

- orangized queries using dotsql(x)
- test loading query using dotsql
- Parse bk last modified timestamp + test from places.sqlite millisecond epoch
2022-11-17 00:06:02 +01:00
324803ed10 wip firefox as loadable module 2022-11-01 14:27:19 +01:00
ebc7e30fff refactoring tidy and doc update 2022-10-07 22:04:55 +02:00
e365ce6d7f refactoring and cleaning 2022-09-28 22:08:21 +02:00
e5e38af55c fix build .com to .xyz 2020-11-06 18:50:36 +01:00
2f10df0ea8 use "," for tag separator, add missing dep 2020-09-17 05:36:21 +01:00
ec047365ed fixed firefox bookmark parsing, updated docs 2020-09-14 00:57:39 +01:00
02cd9f0fda removing unused deps 2020-08-12 20:13:16 +01:00
4a22a688fd fix build and module
- Migrate to module version
- Fix build
- Tests failing
2020-08-12 20:11:48 +01:00