Command-line TOML parser
src | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
tomcat
– a TOML parser in POSIX shell
Installation
From Source
Clone this repository and move the tomcat
binary wherever your operating
system stores locally-installed binaries. This is usually /usr/local/bin
or
$HOME/.local/bin
for your user. Make sure the installation location is in your
$PATH
.