# bs **Repository Path**: ayrz2010/bs ## Basic Information - **Project Name**: bs - **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-07 - **Last Updated**: 2021-09-07 ## 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/windows, bin/macosx, bin/linux). * If you do not already 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 * For your apps add the following dependency to the Cargo.toml: sciter-rs = "*". ## 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. ## 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)