Skip to content

gasinvein/keyfile-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keyfile-cli

This is a tiny utility for reading INI-like keyfiles, primarilly intended run within shell scripts.

Usage

One positional argument is always required: path to the keyfile.

  • Without any options, list groups in keyfile
  • With -g/--group option, list keys in given group
  • With -g/--group and -k/--key options, read the value from specified group/key
    • Use -l/--list to print one list item per line if the key contains a ;-separated list

About

A dead-simple parser for INI-like keyfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published