index
:
swextreload
master
Reload Manifest V3 Chrome extensions from the command line
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-11-14
Add man page
Teddy Wing
2023-11-14
swextreload: Add package documentation
Teddy Wing
2023-11-14
swextreload: Add documentation comments
Teddy Wing
2023-11-14
swextreload.reloadExtension: Remove old commented code
Teddy Wing
2023-11-14
Make `--reload-current-tab` flag work
Teddy Wing
2023-11-14
main: Add better error printing
Teddy Wing
2023-11-14
Add `--debug` flag
Teddy Wing
2023-11-14
main: Print errors to standard error
Teddy Wing
2023-11-14
swextreload.reloadExtension: Return errors
Teddy Wing
2023-11-14
swextreload.Reload: Accept a list of extension IDs
Teddy Wing
2023-11-14
main: Change hard-coded exit codes to sysexits names
Teddy Wing
2023-11-14
main: Print errors on `--socket-url` and extension IDs missing
Teddy Wing
2023-11-14
main: Add basic command line argument parsing
Teddy Wing
2023-11-14
swextreload.Reload: Extract arguments
Teddy Wing
2023-11-14
Move `main.go` to `cmd/swextreload/main.go`
Teddy Wing
2023-11-14
Move code from `main()` to `swextreload.Reload()`
Teddy Wing
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
2023-11-14
swextreload: Idea for a library API
Teddy Wing
2023-11-13
Ideas for Extreload tab reloading for Manifest V3
Teddy Wing