Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terminal graphics support #474

Closed
markuman opened this issue Jul 17, 2024 · 6 comments
Closed

terminal graphics support #474

markuman opened this issue Jul 17, 2024 · 6 comments

Comments

@markuman
Copy link

Basically graphics supports works for me using kitty.
But not in usql 0.19.3. Any ideas?

grafik

@dradtke
Copy link

dradtke commented Aug 2, 2024

I've bumped into this, too. I can get graphics support to work by starting usql like this:

$ usql --set TERM_GRAPHICS=kitty

But none of these seem to work:

$ TERM_GRAPHICS=kitty usql
$ USQL_TERM_GRAPHICS=kitty usql

I also tried putting this in ~/.config/usql/config.yaml, but this doesn't work either:

init: |
  \set USQL_TERM_GRAPHICS kitty
  \set TERM_GRAPHICS kitty

@kenshaw
Copy link
Member

kenshaw commented Aug 2, 2024

What version of usql are you using?

@dradtke
Copy link

dradtke commented Aug 2, 2024

The latest release, 0.19.3

@kenshaw
Copy link
Member

kenshaw commented Aug 3, 2024

I have not tried usql with Kitty on Windows (instead, I've tested with WezTerm on Windows). I'll spin up a VM and see what the issue is.

@dradtke
Copy link

dradtke commented Aug 3, 2024

I saw the same issue on Ubuntu, for what it's worth.

@kenshaw
Copy link
Member

kenshaw commented Aug 4, 2024

@dradtke @markuman I forgot that I had disabled term graphics for all the tagged releases, as it's still in a "alpha" mode. The README.md is a bit ambitious in that sense. The next major release (v0.20.0) will have TERM_GRAPHICS support enabled by default. Please install via source (go install github.com/xo/usql@master) if you'd like to test the mode. I do apologize for the confusion here.

The next major release is coming extremely soon™️ and will have some really cool terminal graphics based features/functionality.

@kenshaw kenshaw closed this as completed Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants