svg-quick-edit

svg-quick-edit is a CLI tool that allows you to quickly edit
attributes of paths in SVG files. It is useful for batch processing SVG files
to change attributes like 'fill', 'stroke', etc. The tool takes a path to an SVG
file or directory containing SVG files, and modifies the specified attributes
for all paths in the SVG file(s).
Running
After cloning the repository, run
go build .
./svg-quick-edit --help
See the command documentation for more details with
examples.