paulklemm / rvisidata

Open any dataframe with visidata, a terminal-based spreadsheet application
Other
31 stars 2 forks source link

check visidata version with `visidata` instead of `vd` (under MS Windows) #14

Open kraxli opened 3 weeks ago

kraxli commented 3 weeks ago

Thanks for this work!

Unfortunately rvisidata is not working under Windows (11). The package checks the version by calling vd --version via system() which fails (see screenshot). The command vd should work for data inspection also under Windows but not for checking the version. What would work is visidata --version or visidata.exe --version

image