Commit Graph

34 Commits

Author SHA1 Message Date
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
c0adc1b019 comments 2023-09-11 16:21:12 +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
d9ba0da94b refactored project layout 2023-09-10 01:14:13 +02:00
e959796844 modules init catch nil pointer 2023-09-05 22:59:36 +02:00
f2dbe0b088 add modules cli command 2023-09-05 21:35:04 +02:00
7a091c5c9f global flags from global options 2023-09-05 19:45:21 +02:00
95b3c8ff4d gosuki ! 2023-02-19 00:13:23 +01:00
056debeb7c doc 2023-01-31 22:25:33 +01:00
1102df001c generic profile commands, modules need to implement ProfileManager
- no need to implement profile management commands for each module
- [todo] profile commands available when ProfileManager interface implemented
2023-01-31 22:21:39 +01:00
435baebccf dot sqlx use Select - wip test loading bookmarks 2022-11-22 00:05:24 +01:00
cc27b01b50 modules can export cli commands 2022-11-07 21:58:35 +01:00
7aa6611bd1 working FF module init/load/watch 2022-11-07 20:07:13 +01: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
732e050058 refactoring 2022-10-07 22:17:00 +02:00
1eb0beb073 refactor 2022-09-28 22:07:03 +02:00
e5e38af55c fix build .com to .xyz 2020-11-06 18:50:36 +01:00
996b708fa1 log refactor 2020-09-17 07:18:53 +01:00
7b1f5bac28 Merge branch 'fix-cli-flags' into master 2020-09-17 07:12:27 +01:00
dd03943382 Fix parsing cli global flags 2020-09-17 07:10:41 +01:00
cab8b46c8d fixed cli option for default profile 2020-09-17 07:08:45 +01:00
5703ca0463 Merge branch 'firefox-escape-vfs-exclusive' into master 2020-09-17 06:43:07 +01:00
b8638685f4 add log 2020-09-17 06:43:04 +01:00
8d8ed15216 update 2020-09-17 06:42:21 +01:00
4a22a688fd fix build and module
- Migrate to module version
- Fix build
- Tests failing
2020-08-12 20:11:48 +01:00
8989d757f8 wip migrate to module 2020-08-12 19:14:27 +01:00
dc795166c3 wip migrate to module 2020-08-12 19:13:01 +01:00
e455782ef1 print config 2019-02-28 18:16:22 +01:00
09718f29f0 firefox cli profile selection, cli flag management 2019-02-27 17:59:50 +01:00
b0340b148e wip firefox global flags 2019-02-27 17:39:55 +01:00
76762961e9 update todos 2019-02-26 19:42:56 +01:00
023f99dfb1 wip cli option management 2019-02-26 19:41:02 +01:00
cba4bbaec9 list profiles + check vfs cmds 2019-02-26 11:23:00 +01:00