Skip to content

psprint/iq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IQ INI PARSER

IQ is a parser for INI format, used by example by GIT (in .git/config).

Features

  • setting a field in ini, by e.g.: iq -E file.ini section/key=value for writing only existing keys or iq -I file.ini section/key=value,for also adding new keys,
  • displaying INI contents with syntax highlighting (by iq -C file.ini)
  • fetching a given key value (by iq -G file.ini main/example)

Usage

iq {-C,-E,-G,-I} ini-file-path [-q,-v,-b,-h] SECT/ITEM=VALUE …

About

INI file format parser and editor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published