dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 191 forks source link

Horizontal paging should be supported out of the box #411

Open ellbosch opened 4 years ago

ellbosch commented 4 years ago

Tasks:

johanwk commented 4 years ago

Hi, I have this problem on Windows 10 with less not being found. I have less installed with Git for Windows, but mssql-cli responds with "The specified path is invalid.". (Database connection clearly works, with completion on table names, etc.)

Advice on getting this to work by adding a precompiled less.exe -- is there a binary somewhere that you would recommend, that could solve this problem?

ellbosch commented 4 years ago

@johanwk we're exploring our options at this moment. You may try finding a compiled solution online of less.exe at your own risk, unfortunately we cannot recommend any solution.

johanwk commented 4 years ago

@ellbosch Fully understood -- thank you for the update.