eXist-db / xst

Command line tool to interact with exist-db instances
https://npmjs.com/@existdb/xst
MIT License
17 stars 4 forks source link

Make XST better compatible with Mobaxterm #237

Open dizzzz opened 3 weeks ago

dizzzz commented 3 weeks ago

Enhancement

It would be nice if xst runs nicer in mobaxterm. https://mobaxterm.mobatek.net/

Some visuals:

image

colors are missing..... long paths with cli.js

also there is an issue when a (config) file is stored on a different drive (C:...) when workdir is on D: (might be moba specific)

image

Alternatives

-

line-o commented 3 weeks ago

I found this on mobaxterm's documentation page

MobaXterm does not display correctly some special characters? I encounter problems with my country charset/encoding?

You can tell MobaXterm to use "UTF-8" character set by going to the "Settings" menu --> "configuration" --> "Terminal" tab --> choose the "UTF-8 (unicode)" entry from the "Charset" setting.

line-o commented 3 weeks ago

Ideally, I would like this to work anywhere @dizzz but mobaxterm is doing half of Unix in windows. I am unsure I can help with the other two issues (executable being identified by its full path and problems loading stuff from a different mount(?)).