# bs-my **Repository Path**: fortunecom/bs ## Basic Information - **Project Name**: bs-my - **Description**: 基于rust和sciter库的redis 桌面端可视化工具。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: http://bs.echosocket.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 54 - **Created**: 2021-09-08 - **Last Updated**: 2021-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BS Redis Desktop Client English | [中文](./readme_zh.md) ## A redis GUI tool powered by Rust and Sciter ## Development environment * install [rust](https://www.rust-lang.org/tools/install). * install [sciter-js-sdk](https://sciter.com/download/). ### Getting started * Download the Sciter SDK and extract it somewhere. * Add the corresponding target platform binaries to PATH (bin.win, bin.osx, bin.lnx). * Make sure the lib file at the System Environment Path (windows -> sciter.dll,macos -> libsciter.dylib,linux -> libsciter-gtk.so). * Make sure the packfolder Executable file at the System Environment Path; * On linux If you do not alrea dy have it installed, you need GTK 3 development tools installed to continue: sudo apt-get install libgtk-3-dev * Build the crate and run it: cargo run ## Why have this tool? * many tools powered by electron, too large and heavy. * rdm is too ugly for me. * rust and sciter faster, lightly. * sciter based on html let me easy to create a beautiful GUI interface. ## Download & Communication * download: [Gitee Release](https://gitee.com/fuyoo/bs/releases) or [software home page](http://bs.echosocket.com) * Communication: QQ Group:877290961 ## Interface preview **Home** ![home](./preview/1.png) **Add a new connect** ![add](./preview/2.png) **key list** ![list](./preview/3.png) ## LICENSE [MIT LICENSE](./LICENSE)