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

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DearVa authored Dec 10, 2023
1 parent 6366791 commit 07858e1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![.NET Desktop](https://github.com/DearVa/ExplorerEx/actions/workflows/dotnet-desktop.yml/badge.svg)](https://github.com/DearVa/ExplorerEx/actions/workflows/dotnet-desktop.yml)

<div align="center">
<img src="https://raw.githubusercontent.com/DearVa/ExplorerEx/master/ExplorerEx/Assets/Image/Icon.png" width="100" height="90" alt="Icon" align=center />
</div>

### ExplorerEx is a Swift, Multi-Tabbed, Modern UI and Humanized File Explorer.

![Preview](https://raw.githubusercontent.com/DearVa/ExplorerEx/master/Images/preview.png)
Expand All @@ -14,10 +18,6 @@ Some time ago, when I was working on Minecraft mod, I needed to switch frequentl

## Stable > Swift > Good appearance

### 👋👋 I'm waiting for a new Icon. If you are good at design, please submit it to me!
### 👋👋 图标长期招募中……如果您擅长设计或者有好的创意,欢迎提交您的作品!


### Features:

* **Swift** My standard is that a middle-end computer (such as i5 Series CPU or AMD CPU with the same performance) can open a folder within 500ms. Even a folder with a large number of files like C:\Windows\system32 (I just looked at it, there were 4778 files) still needs to be opened quickly.
Expand All @@ -43,7 +43,8 @@ Some time ago, when I was working on Minecraft mod, I needed to switch frequentl
* **Humanized** For ordinary users, the interface is simple and easy to understand. For users who are familiar with computers, there are also advanced functions such as creating symbol links and not prompting when modifying file extension names. Users can customize them in settings or other places.

* **Set as Default** ExplorerEx could set itself as the default file manager through a [BHO Plug-in](https://github.com/DearVa/ExplorerEx/tree/master/ExplorerProxy) which has little impact on the system, and any third-party software that opens the default Explorer can jump to ExplorerEx without any window flicker.


#### 这个项目在开发时鄙人还不了解诸如依赖注入、MVVM等开发思想,所以项目的代码组织十分丑陋,也正因如此项目的维护难度日渐增大,如今已放弃后续更新(如果有后续,那就是彻底的重构了)。但是项目中仍然有许多对Win32 API和Shell32 API的深入研究,可供诸位学习。

### Road map
#### Basic function development
Expand Down

0 comments on commit 07858e1

Please sign in to comment.