Changes
- csvtk v0.31.0
csvtk sort/join
:- faster speed and lower memory.
csvtk sort
:- do not panic for empty input. #287
csvtk summary
:- fix the order of columns. #282
csvtk rename2
:- fix
-n/--start-num
. #286 - add flag
--nr-width
.
- fix
csvtk replace
:- fix implementing
{nr}
. #286
- fix implementing
csvtk csv2json
:- fix values with double quotes and new line symbols.
csvtk split
:- support customize output file prefix and subdirectory from prefix of keys. #288
csvtk spread
:- add a new alias "scatter" to "spread". #265
csvtk grep
:- do not show progress.
csvtk fix-quotes
:- new flag
-b, --buffer-size
.
- new flag
csvtk plot
:- new flag
--scale
for scaling the image width/height, tick, axes, line/point and font sizes proportionally, adviced by @tseemann.
- new flag
csvtk plot line
:csvtk hist
:- new flags:
--line-width
.
- new flags:
csvtk box
:- plots of different groups have different colors now.
- new flags:
--line-width
,--point-size
, andcolor-index
.
Links
OS | Arch | File, 中国镜像 | Download Count |
---|---|---|---|
Linux | 32-bit | csvtk_linux_386.tar.gz, 中国镜像 |
|
Linux | 64-bit | csvtk_linux_amd64.tar.gz, 中国镜像 |
|
Linux | 64-bit | csvtk_linux_arm64.tar.gz, 中国镜像 |
|
macOS | 64-bit | csvtk_darwin_amd64.tar.gz, 中国镜像 |
|
macOS | arm64 | csvtk_darwin_arm64.tar.gz, 中国镜像 |
|
Windows | 32-bit | csvtk_windows_386.exe.tar.gz, 中国镜像 |
|
Windows | 64-bit | csvtk_windows_amd64.exe.tar.gz, 中国镜像 |
Notes
- run
csvtk version
to check update !!! - run
csvtk genautocomplete
to update Bash completion !!!