Unable to add quotes for expression column generation. #2430
-
I was trying to follow this approach to generate a concatenated column https://www.visidata.org/docs/columns/#derived But I am not able to enter quotes in the terminal on Windows.
I have checked this with wezterm and Windows terminal. Am I missing something here? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hi @Tanmayshetty, what version of VisiData are you using? |
Beta Was this translation helpful? Give feedback.
-
I can reproduce the lack of Other keys are affected too. I get no response from the keys On my system: Other keys work as expected. All keys visible on a standard US English keyboard, work as expected. They also work when combined with On this same Windows Server system, visidata works fine if I run it in Ubuntu inside WSL (Windows Subsystem for Linux). Edited to add: these four keys |
Beta Was this translation helpful? Give feedback.
-
Okay, I now see that this bug has been discussed before in #2119 and #2062 and #1841. The last update to those threads was that I can report that 2.3.2 does not fix it, nor does v2.3.3. I tested them on Python 3.12.4, where the versions of I can report that downgrading But the solution I recommend is to run visidata inside Windows Subsystem for Linux. |
Beta Was this translation helpful? Give feedback.
Okay, I now see that this bug has been discussed before in #2119 and #2062 and #1841.
The last update to those threads was that
windows_curses
only works with a past version, 2.3.0. It was hoped then that 2.3.2 would fix it.I can report that 2.3.2 does not fix it, nor does v2.3.3. I tested them on Python 3.12.4, where the versions of
windows_curses
available to me in pip are 2.3.2a1, 2.3.2, 2.3.3a1, and 2.3.3. None of these work satisfactorily. The first two (.2a1 and .2) cause visidata to exit on startup without showing any data screen;visidata a.tsv
exits after sayingopening a.tsv as tsv
. That last two have the problem of incorrectly reading'
and"
and]
and}
.I can report that dow…