Skip to content

greycodee/zk-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zookeeper 终端可视化客户端

演示

-h

传入 zookeeper 服务地址,不传默认为 127.0.0.1:2181

快速开始

你可以克隆本仓库代码:

git clone https://github.com/greycodee/zk-cli.git

然后在项目根目录下编译本项目(需要有 Go 环境)

go build .

你也可以直接到发布页面下载对应系统的压缩包,解压后即可使用。

界面错乱解决办法

  • windows 在 cmd 中执行命令:
chcp 65001
  • mac or linux 终端执行命令:
export RUNEWIDTH_EASTASIAN=0