#ini #modification #basic #tool #section #key #del

app clini

clini is a simple tool to do basic modification of ini files

1 unstable release

0.1.0 Aug 20, 2021

#9 in #del

MIT license

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
~40K SLoC