1 unstable release
0.1.0 | Aug 20, 2021 |
---|
#9 in #del
7KB
119 lines
clini
clini is a simple tool to do basic modification of ini files
Getting Started
- Get a value
clini get --section section --key key ./example/sample.ini`
- Set a value
clini set --section new_section --key foo --value bar ./example/sample.ini
- Delete a value
clini del --section new_section --key foo ./example/sample.ini
Project Inspiration
Dependencies
~2.5MB
~41K SLoC