Skip to content

A CLI tool for reading values from INI files written in Rust.

License

Notifications You must be signed in to change notification settings

hydroid7/readini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readini

A CLI tool for reading values from INI files written in Rust. Download debian package from releases or build it yourself.

Usage

$ readini SECTION KEY
value
$ readini SECITON KEY_THAT_DOES_NOT_EXIST default
default