cheat/internal
Chris Lane 3afea0972c fix: colorization errors
- Corrects an error with `--search`. Previously, `--search` was not
  aware of whether it was outputted to a TTY, and would apply colorization
  at all times. This resulted in unwanted behavior when, for example,
  piping search results into a paginator.

- Corrects an error with `--color`. Previously, `--color` would be
  ignored if output was being written to a non-TTY. This made it
  impossible, for example, to `cheat tar --color | less -R`, as
  colorization would always be stripped. The behavior of `--color` has
  been modified such that it now behaves similarly to `--color=always` in
  other applications.
2019-11-23 13:47:08 -05:00
..
cheatpath Re-wrote from scratch in Golang 2019-10-20 10:02:28 -04:00
config fix: colorization errors 2019-11-23 13:47:08 -05:00
frontmatter chore: removes the `tj/front` dependency 2019-11-07 06:46:34 -05:00
mock Re-wrote from scratch in Golang 2019-10-20 10:02:28 -04:00
sheet chore: removes the `tj/front` dependency 2019-11-07 06:46:34 -05:00
sheets Properly trim path separators on Windows 2019-11-20 01:10:19 +01:00