summaryrefslogtreecommitdiff
path: root/cmd/krino/render_test.go
Commit message (Collapse)AuthorAgeFilesLines
* review and undo headings wrap past the label column; format characters take ↵Lukasz Kasprzak5 days1-1/+7
| | | | a column
* output: wrap by terminal columns, names cannot fake step lines, -v lists ↵Lukasz Kasprzak5 days1-2/+53
| | | | unscanned destinations
* krino: 0.0.3 — the plan as one block per file, wrapped, and -Pv0.0.3Lukasz Kasprzak5 days1-25/+119
| | | | | | | | Each file shows its steps, then the rule and the reason it matched, one field per line; on a terminal every line wraps to its width with continuation lines under their own column, and piped output is never wrapped. Choosing per file shows the same block. -P / --no-pager prints the plan without the pager. A duplicate's original is shown with ~.
* krino: coloured output, and --no-colorLukasz Kasprzak6 days1-4/+4
| | | | | | | | | One palette type styles the plan table, warnings, headers, outcome counts, prompt keys, undo's refused steps and krino log's (undone), from the 16-colour ANSI palette plus bold and faint only. Widths are measured on the plain text, so columns line up; with colour off the output is unchanged. --no-color works before or after any subcommand, as NO_COLOR does. The two search-and-replace colourings are gone.
* krino: planning — chains, placeholders, conflicts, JSONLukasz Kasprzak7 days1-0/+283