export def "from properties" [] {
lines
| parse '{key}={value}'
}
export def get-value [key:string] {
| where key == $key
| get -i value
| to text