mylxsw / redis-tui

A Redis Text-based UI client in CLI
MIT License
903 stars 75 forks source link

panic: character set not supported #2

Closed fglaeser closed 5 years ago

fglaeser commented 5 years ago

image

iminto commented 5 years ago

Because tcell library which redis-Tui depends on does not support cygwin/msys,so you can't run it in cmder,but you can run it on Win's built-in cmd.

因为这个项目用的一个依赖tcell不支持cygwin/msys,所以报错了,但是可以用在内置的 windows命令行中。 可以参考这个issue https://github.com/junegunn/fzf/issues/734

fglaeser commented 5 years ago

Thanks. It is working fine with powershell