Releases: fenhl/webloc-cli
Releases · fenhl/webloc-cli
webloc 1.1.1
webloc 1.1.0
- The tool has been rewritten in Rust, removing the runtime Ruby dependency. Precompiled binaries for macOS are attached to this release, and instructions for installing on other platforms can be found in the readme.
- Two bugs have been fixed which prevented creating .webloc files with long or non-ASCII URLs.
- .webloc files can be read from stdin or written to stdout.
- A new option
webloc save --xml
(or-x
) allows creating .webloc files in the human-readable XML plist format instead of the more compact binary format, which is still the default. Both formats are equally supported by macOS (andwebloc read
).