shini icon indicating copy to clipboard operation
shini copied to clipboard

Portable /bin/sh routine for reading and writing INI files.

Results 5 shini issues
Sort by recently updated
recently updated
newest added

I try you script on my system on arm, where I have only sh (not bash) ``` # sh ./example.sh ./example.sh: ./shini.sh: line 49: syntax error: bad substitution ```

Hi. First thank you for providing shini it is working fine. I would like to request a new feature, because if we have a long ini file it takes a...

enhancement

I think there is a bug within shini on how it handles quoted values. (Sorry I opened a new issue, as I didn't know if you would seem my comment...

Hi. shini is working fine if I provide something like this: shini_write "/home/tc/www/cgi-bin/plugin/lirc/lirc.cfg" "SECTION_NAME" "key_name" "Some value here!" the result is: [SECTION_NAME] key_name=Some value here! But If I try like...

bug

One minor issue - when you find the time. When I write to an ini file it always insert an empty line in the beginning. It is more cosmetic..

bug