cheat/internal/config
Christopher Allen Lane d598d96fce fix(Config): colorization without pager (#687)
Fix an issue whereby colorization would output ANSI codes if a pager was
not configured.

The solution here is to stop guessing about the state of the user's
system at runtime, as well as the user's intention. The installer now
chooses an appropriate installer when generating configs, and no longer
bothers searching for pagers at runtime.
2022-08-07 10:19:56 -04:00
..
color_test.go feat(tests): improve test coverage 2020-11-03 17:29:49 -05:00
color.go fix: colorization errors 2019-11-23 13:47:08 -05:00
config_test.go fix: Windows support 2022-07-04 16:55:57 -04:00
config.go fix(Config): colorization without pager (#687) 2022-08-07 10:19:56 -04:00
editor.go fix(Config): colorization without pager (#687) 2022-08-07 10:19:56 -04:00
init_test.go chore: various lint corrections 2022-08-04 20:43:50 -04:00
init.go chore: various lint corrections 2022-08-04 20:43:50 -04:00
pager.go fix(Config): colorization without pager (#687) 2022-08-07 10:19:56 -04:00
path_test.go chore: various lint corrections 2022-08-04 20:43:50 -04:00
path.go feat: config auto-generation 2020-01-29 14:08:03 -05:00
paths_test.go fix(Paths): Android support 2021-10-09 11:27:38 -04:00
paths.go fix: Windows support 2022-07-04 16:55:57 -04:00
validate_test.go Re-wrote from scratch in Golang 2019-10-20 10:02:28 -04:00
validate.go Re-wrote from scratch in Golang 2019-10-20 10:02:28 -04:00