Works on windows w/o WSL? #1438
Replies: 4 comments 20 replies
-
Hiya @charris-msft , glad the pipx install worked outside WSL! Regarding the As for running inside vs. outside WSL, my main suggestion would be to consider falling back to WSL if you hit any strange behavior. Pretty vague I know! But since much of VisiData's development and usage is Linux or Mac-focused, you might find some lesser-used features or plugins that make accidental platform assumptions. |
Beta Was this translation helpful? Give feedback.
-
Hey @charris-msft, thanks for the post. There are a few Windows users and my impression is that it works reasonably well. There are some missing elements (like the underline attribute, used in both the column headers and to divide top/bottom split-screen), and some features that won't work without configuration. I believe @aborruso and his crew use Windows, maybe they can chime in. I'd love to have a proper Windows executable, ideally a plain downloadable .exe but it seems like that's not a reasonable thing to do these days on modern Windows. I did a basic pass in 2021 (which is in visidata/vdplus) to get a first version in the Microsoft App Store, and I ultimately gave up when it got caught in review--maybe this will become easier with Microsoft's recent decision on commercial open source apps. If you or anyone who uses Windows is interested in taking another pass at this, hit me up! |
Beta Was this translation helpful? Give feedback.
-
Also how do you feel about making this a general Windows discussion thread? I'd love a place to point people with issues like #1431 for a broader discussion. |
Beta Was this translation helpful? Give feedback.
-
Have you ever tried to replay a command log? Doesn't work for me and I'm not sure if this is because of I'm on windows or something else. It just does nothing when I invoke the --play option. I should/will try this in WSL, maybe it's just me :) |
Beta Was this translation helpful? Give feedback.
-
Hey folks,
I've been an admirer of Visidata for some time but do all my work on Windows (and sometimes WSL). I could have been using Visidata, but didn't because of the extra WSL hoop (shame on me!)
After recently using some data engineering tools with pipx, I decided to try it with Visidata...
pipx install visidata
and so far, it's worked beautifully!
Yes, I have WSL installed, but from a PowerShell prompt I can just type
visidata .\myawesome.csv
.unfortunately, on my machine
vd
doesn't work. Windows just asks how do I want to open the file and looking at it I see a bit of python code:But who cares, this is awesome that it seems to just work! (and I could always create an alias for visidata.exe).
Has anyone tried this (rather than opening directly via WSL)? Are there any known issues?
Beta Was this translation helpful? Give feedback.
All reactions