Releases: shenwei356/csvtk
Releases · shenwei356/csvtk
csvtk v0.4.3
- improvement of using experience: flag
-n
is not required anymore when flag-H
incsvtk mutate
csvtk v0.4.2
- fix highlight bug of
csvtk grep
: if the pattern matches multiple parts,
the text will be wrongly edited. - changes: disable highlight when pattern file given.
- #6 change the default output of all ploting commands to STDOUT, now you can
pipe the image to "display" command of Imagemagic.
csvtk v0.4.1
- Nothing changed. Just fix the links due to inappropriate deployment of v0.4.0
csvtk v0.4.0
- add flag for
csvtk replace
:-K
(--keep-key
) keep the key as value when
no value found for the key. This is open in default in previous versions.
csvtk v0.3.9
- fix bug: header row incomplete in
csvtk sort
result
csvtk v0.3.8.1
csvtk v0.3.8
- new feature:
csvtk cut
supports ordered fields output. e.g.,csvtk cut -f 2,1
outputs the 2nd column in front of the 1th column. - new commands:
csvtk plot
can plot three types of plots by subcommands:csvtk plot hist
: histogramcsvtk plot box
: boxplotcsvtk plot line
: line plot
csvtk v0.3.7
- fix a serious bug of using negative field of column name, e.g.
-f "-id"
csvtk v0.3.6
csvtk replace
supports replacement symbols{nr}
(record number)
and{kv}
(corresponding value of the key ($1) by key-value file)
csvtk v0.3.5.2
- add flag
--fill
forcsvtk join
, so we can fill the unmatched data - update doc