Command-line TOML parser
Go to file
Emma Tebibyte 9728ed68f3 fixed printf sending errors to stdout 2022-11-27 00:08:39 -05:00
LICENSE initial commit, handles normal keys and prints full arrays 2022-11-06 14:25:37 -05:00
README.md implement outputting values of keys not in tables 2022-11-21 23:10:24 -05:00
tomcat fixed printf sending errors to stdout 2022-11-27 00:08:39 -05:00

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.