tigerturtle

Crates.iotigerturtle
lib.rstigerturtle
version0.1.2
sourcesrc
created_at2024-09-13 20:17:14.706893
updated_at2024-10-17 07:57:59.756851
descriptionSafely parse and evaluate toml files as bash variables
homepage
repositoryhttps://github.com/ArielHorwitz/tigerturtle
max_upload_size
id1374124
size22,676
Ariel Horwitz (ArielHorwitz)

documentation

README

tigerturtle lets you safely parse and evaluate toml files as bash variables.

Why?

I use bash scripts a lot. I like to load configurations. I dislike the idea of simply running eval $(cat some_file). This allows me to parse a TOML file and safely evaluate just the keys I want.

How?

Install using cargo install tigerturtle.

Run tigerturtle --generate >> some_script.sh for the most basic use case. Check out the example script to learn more.

I can break this

Feel free to report an issue.

Commit count: 19

cargo fmt