Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-14 | main: Change hard-coded exit codes to sysexits names | Teddy Wing | |
2023-11-14 | main: Add basic command line argument parsing | Teddy Wing | |
Found Claw from a search for "argument parser" on https://godocs.io. I did a quick comparison with a few other argument parsing libraries I found in a GitHub search: * https://github.com/alexflint/go-arg * https://github.com/docopt/docopt.go * https://github.com/fred1268/go-clap Claw ended up being the most straightforward to me. | |||
2023-11-13 | Ideas for Extreload tab reloading for Manifest V3 | Teddy Wing | |
I was having a hard time jiggering the Extreload code to get tab reloading working with Manifest V3 extensions. This is an experiment using a better API to interact with the Chrome DevTools Protocol. It does correctly reload a Manifest V3 extension's current tab, by sleeping briefly to wait for the service worker to reinstall, then executing the tab reload call. |