Command-line TOML parser
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Emma Tebibyte 9728ed68f3 fixed printf sending errors to stdout 4 months ago
LICENSE initial commit, handles normal keys and prints full arrays 5 months ago
README.md implement outputting values of keys not in tables 4 months ago
tomcat fixed printf sending errors to stdout 4 months ago

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.