Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-14 | Make `--reload-current-tab` flag work | Teddy Wing | |
Make the tab reload work based on the flag instead of always reloading. | |||
2023-11-14 | Add `--debug` flag | Teddy Wing | |
Condition printing debug output on the presence of this flag. | |||
2023-11-14 | swextreload.reloadExtension: Return errors | Teddy Wing | |
Add our own errors and return these instead of logging them. | |||
2023-11-14 | swextreload.Reload: Accept a list of extension IDs | Teddy Wing | |
Run the reload on multiple extensions. | |||
2023-11-14 | swextreload.Reload: Extract arguments | Teddy Wing | |
2023-11-14 | Move code from `main()` to `swextreload.Reload()` | Teddy Wing | |
Move everything to our library. | |||
2023-11-14 | internal/swextreload: Get rid of option interface, use plain arguments | Teddy Wing | |
2023-11-14 | Move swextreload.go to internal/ | Teddy Wing | |
Don't make this a public API. I'd rather do something simple and bad to get this finished quickly. |