Here my quick build of a bash toml parser based on kwmiebach's (https://github.com/kwmiebach) version on github. Thanks kwmiebach!
https://codeberg.org/oxo/tool/src/branch/main/toml-read
The order of arguments (file, section key) is irrelevant. Data is aggregated if no key or section is given.
My idea is to integrate it with my paasword manager passr. Then my password files can be toml format.
Have a nice weekend!