Kofi
Results
2
issues of
Kofi
would be nice to have a --unique for xsv sort for ex.: ``` echo -e 'foo,last_name\nB,kofi\nA,elmo\nC,elmo' |xsv sort -u last_name foo,last_name A,elmo B,kofi ```
Please add support to set a background color of a table cell. This for ex. works for html but not with confluence-publisher: ``` [cols="2"] |=== |plain |plain |RED {set:cellbgcolor:red} |plain...