pixelb / crudini

A utility for manipulating ini files
GNU General Public License v2.0
443 stars 60 forks source link

section variables #40

Closed thorstenkampe closed 8 years ago

thorstenkampe commented 8 years ago

Is there any way to prevent section keys to overwrite each other on multiple section reads with --format sh?

[section1]
source = value1
dest = value1

[section2]
source = value2
dest = value2
eval $(crudini --get --format sh ini section1)
eval $(crudini --get --format sh ini section2)
pixelb commented 8 years ago

Discussing this in issue #41