index
:
extreload
bundle-lisp-dependencies
manifest-v3-support
master
Reload Chrome extensions from the command line
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-02-14
Makefile: Try making a release build with ECL
Teddy Wing
2021-02-14
Update TODO
Teddy Wing
2021-02-14
main.lisp: Rename `reload-extensions` to `attach-extensions`
Teddy Wing
2021-02-14
config: Remove `(setf socket-url)` method
Teddy Wing
2021-02-14
Update TODO
Teddy Wing
2021-02-14
Timeout after five seconds
Teddy Wing
2021-02-14
main.lisp: Remove handled TODOs and clean up comments
Teddy Wing
2021-02-14
Update TODO
Teddy Wing
2021-02-14
Add 'sysexits' library dependency
Teddy Wing
2021-02-13
Replace exit codes with constants from the `sysexits` system
Teddy Wing
2021-02-13
Add a generic "print error and exit" function
Teddy Wing
2021-02-09
Update TODO
Teddy Wing
2021-02-09
Update TODO
Teddy Wing
2021-02-09
Always reload current tab after reloading an extension
Teddy Wing
2021-02-09
Use proper extension target count for active tab reload condition
Teddy Wing
2021-02-09
Keep trying to reload tab until it succeeds
Teddy Wing
2021-02-08
Sort of found working reload current tab implementation
Teddy Wing
2021-02-08
Try reloading active tab after reloading all extensions
Teddy Wing
2021-02-06
reload-extensions: Add TODO to rename
Teddy Wing
2021-02-06
main: Add TODO reminder
Teddy Wing
2021-02-05
Update TODO
Teddy Wing
2021-02-05
main: Exit on uncaught errors and print the message
Teddy Wing
2021-02-04
Update TODO
Teddy Wing
2021-02-04
Make DevTools Protocol call ID auto-incrementing
Teddy Wing
2021-02-03
Update TODO
Teddy Wing
2021-02-03
parse-options: Error if no extension ID arguments were given
Teddy Wing
2021-02-03
main: Replace hard-coded extension ID with list from command line args
Teddy Wing
2021-02-03
Update TODO
Teddy Wing
2021-02-03
main: Get WebSocket URL from command line for `*client*`
Teddy Wing
2021-02-03
config: Initialise a new websocket-driver client on new config
Teddy Wing
2021-02-03
Move DevTools functions to `devtools-protocol.lisp`
Teddy Wing
2021-02-03
Update TODO
Teddy Wing
2021-02-03
parse-options: Exit with error if `--socket-url` isn't given
Teddy Wing
2021-02-03
main: Move option parsing code to new function `parse-options`
Teddy Wing
2021-02-02
Add config class
Teddy Wing
2021-02-02
Update TODO
Teddy Wing
2021-02-02
main: Handle command line argument parsing errors
Teddy Wing
2021-02-02
main: Show help output with -h/--help
Teddy Wing
2021-02-02
main: Start command line option parsing
Teddy Wing
2021-02-01
Add .gitignore
Teddy Wing
2021-02-01
main.lisp: Update testing WebSocket URL
Teddy Wing
2021-02-01
Update TODO
Teddy Wing
2021-02-01
main: Ensure WebSocket connection is always closed
Teddy Wing
2021-02-01
websocket-send: Use local `client` variable instead of global
Teddy Wing
2021-01-31
Update TODO
Teddy Wing
2021-01-31
Update TODO
Teddy Wing
2021-01-31
main: Replace `sleep` call with a `wait-group`
Teddy Wing
2021-01-31
Update TODO
Teddy Wing
2021-01-31
Convert `filter` from a function to a macro
Teddy Wing
2021-01-31
Update TODO
Teddy Wing
[prev]
[next]