Pspg Versions Save

Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It supports searching, selecting rows, columns, or block and export selected area to clipboard.

5.7.5

1 year ago

bug fix release

  • fix crash in export when border is 1
  • watch mode can be used together with querystream mode

5.7.4

1 year ago
  • fix formatting csv output for multiline values

5.7.3

1 year ago
  • fix possible infinity cycles in import csv data

5.7.2

1 year ago
  • minor bug fix

5.7.1

1 year ago
  • minor code cleaning
  • fix broken drawing selected block when input has just one column
  • mapping "select all" on % or C+a keys
  • \copy command uses same logic like menu copy command

5.7.0

1 year ago
  • support pdcurses
  • trim opening and trailing tabs in input csv

5.6.4

1 year ago
  • fix build on Ubuntu Bionic without NCURSES_EXT_COLORS

5.6.2

1 year ago
  • forces xterm-direct TERM definition when --direct-color option is used
  • transform rgb colors to 256 colors when direct color mode is not used and color change is not possible

5.6.0

1 year ago
  • support direct true color mode

5.5.13

1 year ago
  • fix crash on empty input when odd-rec theme is active