Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ Author: Kang Lin <[email protected]>

## Introduction

**Rabbit Remote Control** is a open-source, cross-platform, multi-protocol remote control software.
**Rabbit Remote Control** is an open-source, cross-platform, multi-protocol remote control software.

**Allows you to use any device and system in anywhere and remotely manage any device and system in any way**.
**Allows you to use any device and system from anywhere and remotely manage any device and system in any way**.

Its goal is to be simple, convenient, security and easy to use, improving work efficiency.
Its goal is to be simple, convenient, secure and easy to use, improving work efficiency.

It include remote desktop, remote control, file transfer(FTP, SFTP), terminal, remote terminal(SSH, TELNET), player, network tools etc functions.
It includes remote desktop, remote control, file transfer (FTP, SFTP), terminal, remote terminal (SSH, Telnet), player, network tools, and more.

### Screenshot

Expand Down Expand Up @@ -80,10 +80,10 @@ https://github.com/user-attachments/assets/11951698-762a-4771-b4c7-c669788bdc25
See: [Qt5](https://doc.qt.io/qt-5/supported-platforms.html),
[Qt6](https://doc.qt.io/qt-6/supported-platforms.html)

I have no the mac devices so I did not compile and test. Please test by yourself if you have devices.
I do not have Mac devices, so I did not compile and test. Please test by yourself if you have Mac devices.
Interested and capable friends are welcome to participate in the development of the project.

If you want to donate the developed devices for me, please contact: (email: [email protected])
If you want to donate the development devices to me, please contact: (email: [email protected])

- Remote desktop

Expand Down Expand Up @@ -190,7 +190,7 @@ Legend:
- [LibVNCServer](Plugins/LibVNCServer/README.md)
- [Wake on lan](Plugins/WakeOnLan/README.md)
- [Player](Plugins/Player/README.md)
- [Screen capture: Example](Plugins/ScreenCaptue)
- [Screen capture: Example](Plugins/ScreenCapture)
- Terminal
- [Terminal](Plugins/Terminal)
- [SSH](Plugins/LibSSH)
Expand Down Expand Up @@ -272,7 +272,7 @@ Contact me:
- [x] Flatpak: https://github.com/flathub/io.github.KangLin.RabbitRemoteControl
- Windows
- [ ] Windows store: Need to maintain official packages
- [ ] Macos: Need to maintain official packages
- [ ] macOS: Need to maintain official packages
- [ ] Android: Need to maintain official packages

## Download
Expand All @@ -295,8 +295,10 @@ Contact me:
- [github.io](https://kanglin.github.io/RabbitRemoteControl/English/html/index.html)

### Compilation
- [Compiling for Android](docs/Compile/Android_zh_CN.md)
- [Compiling for Linux](docs/Compile/Linux.md)
- [Compiling for Windows](docs/Compile/Windows.md)
- [Compiling for macOS](docs/Compile/macOS.md)

## [License Agreement](License.md "License.md")

Expand Down
2 changes: 2 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,10 @@ https://github.com/user-attachments/assets/9ebdc7e6-ed7a-4813-afcf-7a04cd6f889b

### 编译

- [为 Android 编译](docs/Compile/Android_zh_CN.md)
- [为 Linux 编译](docs/Compile/Linux_zh_CN.md)
- [为 Windows 编译](docs/Compile/Windows_zh_CN.md)
- [为 macOS 编译 (English)](docs/Compile/macOS.md)

## [许可协议](License.md "License.md")

Expand Down
File renamed without changes.
Loading