pspg icon indicating copy to clipboard operation
pspg copied to clipboard

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 suppor...

Results 3 pspg issues
Sort by recently updated
recently updated
newest added

Hi! Thanks for making pspg! It's great. When I hit F9 to enter the menu, how do I exit the menu without selecting an option? ESC doesn't seem to work,...

Hi Pavel, I'm observing a weird issue with files containing more than 1000 records. Steps to reproduce: ``` $ psql -c "select n from generate_series(1, 1000) n" > test.txt $...

First I just wanted to say fantastic work on pspg! Totally in love with this project. Would it be possible to add support for the "Clipboard" app (https://github.com/Slackadays/Clipboard)? This would...

enhancement