Skip to content

csvtk v0.31.0

Latest
Compare
Choose a tag to compare
@shenwei356 shenwei356 released this 01 Nov 11:12
· 3 commits to master since this release

Changes

  • csvtk v0.31.0 Github Releases (by Release)
    • 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.
    • csvtk replace:
      • fix implementing {nr}. #286
    • 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.
    • csvtk plot:
      • new flag --scale for scaling the image width/height, tick, axes, line/point and font sizes proportionally, adviced by @tseemann.
    • csvtk plot line:
      • only add legend for more than one group. #279
      • sort points by X for plotting lines. #280
    • csvtk hist:
      • new flags: --line-width.
    • csvtk box:
      • plots of different groups have different colors now.
      • new flags: --line-width, --point-size, and color-index.

Links

OS Arch File, 中国镜像 Download Count
Linux 32-bit csvtk_linux_386.tar.gz,
中国镜像
Github Releases (by Asset)
Linux 64-bit csvtk_linux_amd64.tar.gz,
中国镜像
Github Releases (by Asset)
Linux 64-bit csvtk_linux_arm64.tar.gz,
中国镜像
Github Releases (by Asset)
macOS 64-bit csvtk_darwin_amd64.tar.gz,
中国镜像
Github Releases (by Asset)
macOS arm64 csvtk_darwin_arm64.tar.gz,
中国镜像
Github Releases (by Asset)
Windows 32-bit csvtk_windows_386.exe.tar.gz,
中国镜像
Github Releases (by Asset)
Windows 64-bit csvtk_windows_amd64.exe.tar.gz,
中国镜像
Github Releases (by Asset)

Notes

  • run csvtk version to check update !!!
  • run csvtk genautocomplete to update Bash completion !!!