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
Age
Commit message (
Expand
)
Author
2021-02-27
Move everything from `l/` into the project root
Teddy Wing
2021-02-27
Move `l/lib/sysexits` to `lib/sysexits`
Teddy Wing
2021-02-27
Update TODO
Teddy Wing
2021-02-27
main: Add documentation
Teddy Wing
2021-02-27
main: Remove unused globals
Teddy Wing
2021-02-27
main: Move command line option definitions to `option.lisp`
Teddy Wing
2021-02-27
option: Add documentation
Teddy Wing
2021-02-27
macro: Add documentation
Teddy Wing
2021-02-27
ws-on-message: Move predicate checking tab reload exception to function
Teddy Wing
2021-02-27
devtools-protocol: Add documentation
Teddy Wing
2021-02-27
call-id: Add documentation
Teddy Wing
2021-02-27
Update TODO
Teddy Wing
2021-02-27
Hide `websocket-send` debug output behind `--debug` flag
Teddy Wing
2021-02-21
make-config: Add function documentation
Teddy Wing
2021-02-21
When `chrome.tabs.reload()` errors, double decrement the wait group
Teddy Wing
2021-02-21
Remove hard-coded call ID comments
Teddy Wing
2021-02-21
reload-tab: Fix inconsistent tab reloading
Teddy Wing
2021-02-21
websocket-send: Add debug output for WebSocket message send
Teddy Wing
2021-02-21
Add `--debug` option to print debug output
Teddy Wing
2021-02-21
Update TODO
Teddy Wing
2021-02-21
main: Replace hard-coded call IDs with a new counter
Teddy Wing
2021-02-21
ws-on-message: Adjust debug messages
Teddy Wing
2021-02-14
extreload.asd: Compress SBCL executable
Teddy Wing
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
[next]