iniq

command module
v0.0.0-...-aa59cbd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2021 License: MPL-2.0 Imports: 9 Imported by: 0

README

iniq

Command-line tool to print a single value from an INI file

Getting started

Install iniq:

$ go get gitlab.com/wraugh/iniq

Read some values from a file:

$ cat example.ini
[beatrix]
codename = "Black Mamba"
location = unknown
[elle]
codename = "California Mountain Snake"
location = "El Paso, TX"
$ iniq beatrix.codename < example.ini
Black Mamba
$ iniq beatrix.location < example.ini
unknown

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL