Skip to content

A simple go based program to create/update/delete properties in .ini files

Notifications You must be signed in to change notification settings

mattftw/go-ini-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features:

  • Get key ./ini-query --file=testing.ini get --section baz --property foo
  • Set key ./ini-query --file=testing.ini set --section baz --property foo --value bar
  • Delete key ./ini-query --file=testing.ini delete --section baz --property foo

TO DO:

  • package up for distros?

Why does this exist?

  • I wanted something that would allow me to create / edit values in .ini files via commands
  • I wanted no runtime dependencies

About

A simple go based program to create/update/delete properties in .ini files

Resources

Stars

Watchers

Forks

Packages

No packages published