mirror of
https://github.com/cheat/cheat.git
synced 2024-12-20 03:35:05 +01:00
e6f12147df
- Update the default config file to use `more` instead of `less` as the default pager, in order to support Windows out-of-the-box. (#655, #665). - Use `terminal` Chroma formatter (rather than `terminal16m`) in order to accommodate less capable terminal emulators like `cmd.exe` by default. Similarly, default to `colorize: false` in configs (changed from `true`) (#665). - Comment out default `style` in order to avoid printing ANSI color codes into terminals without color support (#665) - Attempt to intelligently choose a default editor, rather than rely on a hard-coded `vim` in the configs. This should make it easier to use `cheat` immediately without needing to specify configs. It should also improve `cheat`'s Windows compatibility. (#665) |
||
---|---|---|
.. | ||
color_test.go | ||
color.go | ||
config_test.go | ||
config.go | ||
init_test.go | ||
init.go | ||
path_test.go | ||
path.go | ||
paths_test.go | ||
paths.go | ||
validate_test.go | ||
validate.go |