Search for a command to run...
release notes
A tool for writing better scripts
https://google.github.io/zx/
Published 3/12/2025
Logger enhancements are arriving in this release. #1119 #1122 #1123 #1125
$.log.formatters = { cmd: (entry: LogEntry) => `CMD: ${entry.cmd}`, fetch: (entry: LogEntry) => `FETCH: ${entry.url}` //... }