Gogh-Co / Gogh

Gogh is a collection of color schemes for various terminal emulators, including Gnome Terminal, Pantheon Terminal, Tilix, and XFCE4 Terminal also compatible with iTerm on macOS.
https://gogh-co.github.io/Gogh/
MIT License
9.37k stars 605 forks source link

Add GOGH_NONINTERACTIVE flag for non-interactive mode #443

Closed stablestud closed 5 months ago

stablestud commented 5 months ago

This commit adds the GOGH_NONINTERACTIVE environmental flag to suppress messages but still show errors.

This is quite handy as when running Gogh in non-interactive mode/scripting we don't want to clutter the screen with color and other output

Also prompts are answered automatically with the default value

This closes #440