Command-line TOML parser
Go to file
Emma Tebibyte a8a1284ae1 i am silly 2022-12-18 00:39:14 -05:00
src i am silly 2022-12-18 00:39:14 -05:00
Cargo.lock initial commit: reads table-less keys from argument only 2022-12-18 00:37:13 -05:00
Cargo.toml better release profile 2022-12-17 23:07:13 -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

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.