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
path:
root
/
l
/
src
/
main.lisp
Age
Commit message (
Expand
)
Author
2021-02-03
main: Move option parsing code to new function `parse-options`
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
main.lisp: Update testing WebSocket URL
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
main: Replace `sleep` call with a `wait-group`
Teddy Wing
2021-01-31
Convert `filter` from a function to a macro
Teddy Wing
2021-01-30
main.lisp: Use `find-if` in `requested-extension-p`
Teddy Wing
2021-01-30
main.lisp: Change `filter` to use `remove-if-not`
Teddy Wing
2021-01-30
extension-targets: Use `string=` instead of `equal`
Teddy Wing
2021-01-30
main.lisp: Update temporary WebSocket URL
Teddy Wing
2021-01-24
main.lisp: Reload extensions
Teddy Wing
2021-01-24
main.lisp: Rename `get-targets-msg` to `target-get-targets-msg`
Teddy Wing
2021-01-24
filter: Fix `let` binding syntax
Teddy Wing
2021-01-24
main.lisp: Filter DevTools targets to chosen extensions
Teddy Wing
2021-01-24
main.lisp: Parse `Target.getTargets` response
Teddy Wing
2021-01-23
Send `Target.getTargets` message
Teddy Wing
2021-01-23
main.lisp: Update testing WebSocket URL
Teddy Wing
2021-01-20
Add a foundation for a Common Lisp version
Teddy Wing