Commit Graph

19 Commits

Author SHA1 Message Date
43321804bc add licenses 2023-09-16 17:25:25 +02:00
d9ba0da94b refactored project layout 2023-09-10 01:14:13 +02:00
abd0ee5f79 wip project structure refact 2023-09-09 16:43:49 +02:00
103646828b lint, comments and interface guards on browsers 2023-09-09 16:08:34 +02:00
27e8e28920 more nil pointer checks, fix firefox hook calling 2023-09-09 10:32:50 +02:00
76e12829e1 chrome implement modules.Loader, makes a first parsing pass on start 2023-09-08 15:48:19 +02:00
473d28d17e comments + debug 2023-09-08 15:44:04 +02:00
1cac9e5fe0 organize hook parsing package 2023-09-08 15:01:36 +02:00
e3e8f0d5ad updated parsing hooks implementation 2023-09-08 12:00:22 +02:00
e8b593ccc8 browser module add path helpers 2023-09-06 14:24:30 +02:00
94d6880c8e firefox: clean + refactor names 2023-09-05 22:59:36 +02:00
88952a0bd7 first implementation of multi profile watching 2023-09-05 21:11:21 +02:00
7a091c5c9f global flags from global options 2023-09-05 19:45:21 +02:00
7516fe5685 update doc 2023-02-23 11:59:29 +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
55e163127d doc updates 2023-02-08 00:19:43 +01:00
f5a5305166 fix flag handling error, browser modules are also modules 2023-01-31 23:45:23 +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