Added
web-view eval --js-file <path>and stdin (--js -) —evalcan now take its JavaScript expression from a file or from stdin, not only inline--js "<expr>".--jsand--js-fileare a required, mutually exclusive group; a missing--js-fileerrors on stderr and exits 1. Lets reusable multi-line.jssnippets run natively through the CLI and compose with pipes (cat find-media.js | web-view eval --js - --frame index_lms). Closes #17.
Install / upgrade: uv tool install --reinstall "git+https://github.com/lipex360x/web-view@v0.7.0".
Full changelog: https://github.com/lipex360x/web-view/blob/main/CHANGELOG.md