Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 62814c3

Browse files
committed
Updated documentation and screenshots, added video tutorials
1 parent 333c9c0 commit 62814c3

File tree

12 files changed

+33
-23
lines changed

12 files changed

+33
-23
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## Info
1515

16-
`RedFish` is a convenient, cross-platform, data-focused Redis GUI client. I added some (think) fantastic ideas as much as I could, like right-clicking to zoom in on the data and editable features, and taking advice from more senior developers to improve it. Since `Beta 1.0.0`, after several months of intermittent development, many areas have been optimized, and even some functions include different processing methods, which can adapt to different operating habits, hoping to bring a better experience. 😄
16+
`RedFish` is a convenient, cross-platform, data-focused Redis GUI client. Since `Beta 1.0.0`, after several months of development, many areas have been optimized, and even some functions include different processing methods, which can adapt to different operating habits, hoping to bring a better experience.
1717

1818
language: [简体中文](https://github.com/Kuari/RedFish/blob/main/README.zh-CN.md) 英文
1919

@@ -30,20 +30,25 @@ download: [releases](https://github.com/Kuari/RedFish/releases)
3030
* JSON auto format
3131
* JSON viewing and editing
3232
* key list paging query
33-
* The key list can be filtered by prefix grouping
33+
* The key list can be filtered by prefix grouping, support`:`, `-`, `_`, `#`, `=`, `+`
3434
* The console supports two different modes: single command execution and multi-command execution at the same time
3535
* Support log function, view execution command log
3636
* Database monitoring, supports cpu usage, memory usage, number of connected clients, number of clients waiting for blocking commands
3737
* Graphical operation of publish/subscribe function
3838
* TLS
3939
* Dark mode
40-
* `Command/Ctrl` + `left-click` shortcut copy
41-
* `Right-click` the data to open the data zoom editor, including text and json modes
4240
* Multi-language support, support Chinese, English, automatically switch according to the system
4341
* Automatic update (currently only on mac)
4442

4543

4644

45+
## HotKey
46+
47+
* **Copy**: `Command/Ctrl` + `left-click` shortcut copy
48+
* **Data Zoom**: `Right-click` the data to open the data zoom editor, including text and json modes, can be automatically recognized
49+
50+
51+
4752
## Screenshot
4853

4954
![Screenshots](./Screenshots/Screenshots1.png)
@@ -57,9 +62,3 @@ download: [releases](https://github.com/Kuari/RedFish/releases)
5762
![Screenshots](./Screenshots/Screenshots5.png)
5863

5964
![Screenshots](./Screenshots/Screenshots6.png)
60-
61-
![Screenshots](./Screenshots/Screenshots7.png)
62-
63-
![Screenshots](./Screenshots/Screenshots8.png)
64-
65-
![Screenshots](./Screenshots/Screenshots9.png)

README.zh-CN.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## 介绍
1515

16-
`RedFish`是一款便捷、跨平台、专注于数据的Redis GUI客户端。我尽可能地将一些(自认为)奇妙的想法加进去,比如右击放大数据且可编辑功能,也听取了更加资深开发的建议,将其改进。自从`Beta 1.0.0`之后,经过几个月的断断续续的开发,优化了不少地方,甚至有的功能包括不同的处理方式,可以适应不同的操作习惯,希望能够带来更好的体验。😄
16+
`RedFish`是一款便捷、跨平台、专注于数据的Redis GUI客户端🌈🌈🌈。自从`Beta 1.0.0`之后,经过几个月的开发,优化了不少地方,甚至有的功能包括不同的处理方式,可以适应不同的操作习惯,希望能够带来更好的体验。
1717

1818
语言: 简体中文 [英文](https://github.com/Kuari/RedFish)
1919

@@ -30,20 +30,31 @@
3030
* JSON自动格式化
3131
* JSON查看和编辑
3232
* key列表分页查询
33-
* key列表可以通过前缀分组筛选
33+
* key列表可以通过前缀分组筛选,支持`:``-``_``#``=``+`分割
3434
* console支持两种不同模式:单条命令执行和多命令同时执行
3535
* 支持日志功能,查看执行命令日志
3636
* 数据库监控,支持cpu占用率、内存使用量、已连接客户端数、等待阻塞命令客户端数
3737
* 发布/订阅功能图形化操作
3838
* TLS
3939
* 暗黑模式
40-
* `Command/Ctrl` + `鼠标左击`快捷键复制
41-
* `鼠标右击`数据,打开数据放大编辑器,包括文本和json两种模式
4240
* 多语言支持,支持中文、英文,根据系统自动切换
4341
* 自动更新(目前仅限mac端)
4442

4543

4644

45+
## 快捷键
46+
47+
* **复制**: `Command/Ctrl` + `鼠标左击`点击数据复制
48+
* **数据放大编辑**: `鼠标右击`数据,打开Data Zoom,包括文本和json两种模式,可以自动识别
49+
50+
51+
52+
## 视频教程
53+
54+
* [bilibili](https://www.bilibili.com/video/BV1Wf4y1d7JZ?share_source=copy_web)
55+
56+
57+
4758
## 截图
4859

4960
![Screenshots](./Screenshots/Screenshots1.png)
@@ -56,10 +67,4 @@
5667

5768
![Screenshots](./Screenshots/Screenshots5.png)
5869

59-
![Screenshots](./Screenshots/Screenshots6.png)
60-
61-
![Screenshots](./Screenshots/Screenshots7.png)
62-
63-
![Screenshots](./Screenshots/Screenshots8.png)
64-
65-
![Screenshots](./Screenshots/Screenshots9.png)
70+
![Screenshots](./Screenshots/Screenshots6.png)

Screenshots/Screenshots1.png

-393 KB
Loading

Screenshots/Screenshots2.png

143 KB
Loading

Screenshots/Screenshots3.png

-220 KB
Loading

Screenshots/Screenshots4.png

-151 KB
Loading

Screenshots/Screenshots5.png

-369 KB
Loading

Screenshots/Screenshots6.png

-283 KB
Loading

Screenshots/Screenshots7.png

-1.38 MB
Binary file not shown.

Screenshots/Screenshots8.png

-1.52 MB
Binary file not shown.

0 commit comments

Comments
 (0)