mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-10 22:19:46 +08:00
15 lines
1.4 KiB
Plaintext
15 lines
1.4 KiB
Plaintext
# Modal File Manager
|
|
|
|
```mdx-code-block
|
|
<p style={{ "text-align": "center" }}>
|
|
<img
|
|
src={require("@site/static/img/showcase/modalfilemanager.webp").default}
|
|
/>
|
|
<br />
|
|
</p>
|
|
```
|
|
|
|
[Modal File Manager](https://github.com/raguay/ModalFileManager) 는 웹 기술을 사용하는 이중 창 모양의 파일 관리자입니다. 나의 원래 디자인은 NW.js를 기반으로 했으며 [여기](https://github.com/raguay/ModalFileManager-NWjs)에서 찾을 수 있습니다. 이 버전은 동일한 Svelte 기반 프론트엔드 코드를 사용하지만(그러나 NW.js에서 출발한 이후 크게 수정됨) 백엔드는 [Wails 2](https://wails.io/) 구현입니다. By using this implementation, I no longer use command line `rm`, `cp`, etc. commands, but a git install has to be on the system to download themes and extensions. Go를 사용하여 코딩되었으며, 이전 버전보다 훨씬 빠르게 실행됩니다.
|
|
|
|
이 파일 관리자는 Vim과 동일한 원칙, 즉 상태 제어 키보드 동작을 기반으로 설계되었습니다. 상태의 수는 고정이 안되어 있지만, 그러나 매우 프로그래머블합니다. 그러므로, 키보드 설정들의 무한한 수는 생성 될 수 있고 사용될 수 있습니다. 이것은 다른 파일 매니저들과 다른 주요점입니다. There are themes and extensions available to download from GitHub.
|