Chris Lane
|
4f2a57fce8
|
fix(view): whitespace corrections
- Fix bug whereby `--all` flag would conflict with pager
- Fix whitespace inconsistencies among view and search outputs
|
2020-11-28 11:18:16 -05:00 |
|
Chris Lane
|
a81dd96ff4
|
fix: rename display.go
Rename `display.go` to `write.go`. (I forgot to do this previously.)
|
2020-11-27 23:05:02 -05:00 |
|
Chris Lane
|
1a7b5c6127
|
feat(display): make Faint respect Colorize
Make `display.Faint` respect the `Colorize` config value.
|
2020-11-27 22:50:55 -05:00 |
|
Chris Lane
|
cdddfbb516
|
chore: rename display.Display
Rename `display.Display` to `display.Write` for clarity and to reduce
"stutter".
|
2020-11-27 22:35:24 -05:00 |
|
Chris Lane
|
aa16f68620
|
feat(display): add methods to display
- Add `indent`, `faint`, and `underline` methods to `display`
- Add tests for the above
|
2020-11-27 16:14:33 -05:00 |
|
Chris Lane
|
59d5c96c24
|
feat(pagination): implement paginated output
Implement a `pager` config option. If configured, `cheat` will
automatically pipe output through the configured pager (where
appropriate).
|
2020-06-25 18:21:51 -04:00 |
|