Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 793 Bytes

GIDAIRC.md

File metadata and controls

26 lines (19 loc) · 793 Bytes

gidairc

Runtime configuration file

Also in  🇧🇷

Usage

Things you can configure in gidai are:

  • useColor - use of color (depends on your terminal compatibility)
  • useStrikethrough - use of strikethrough font (depends on your terminal compatibility)
  • language - language used in user interface (not working yet)

This file must be on the same path as the executable.

Exemple

This is the default values. If gidai don't find a .gidairc file, or some value is not set by this file, it will use the following values.

language=pt_BR
useColor=true
useStrikethrough=true
" you can use double quotes to comment, it must be on the first character of the line
" a space cannot appear before neither after de equal character