diff --git a/README.en.md b/README.en.md index 07b5416b3f0b4c302741a83adcc783fcc81c4336..b8513796530486ca618da51a7ba1eb87fa2f9c0c 100644 --- a/README.en.md +++ b/README.en.md @@ -1,24 +1,74 @@ # dde-file-manager -#### Description -dde file manager +## Description +dde-file-manager is a powerful, easy-to-use file management tool. It follows the classic functions and layouts of traditional file managers, and on this basis simplifies user operations and adds many special functions. The clear navigation bar, intelligently recognized search box, diverse views and sorting make it easy for you to manage, classic and beyond, just to give you a better experience! -#### Software Architecture +## Software Architecture Software architecture description -#### Installation +## Installation -1. xxxx -2. xxxx -3. xxxx +```shell +dnf install dde-file-manager +``` -#### Instructions +## Instructions -1. xxxx -2. xxxx -3. xxxx +### Run dde-file-manager -#### Contribution +1. Click the launcher icon on the dock to enter the launcher interface. +2. Scroll the mouse wheel up or down to browse or search for the dde-file-manager icon , and click Run. +3. By right-clicking the dde-file-manager icon, you can: + - Click **Send to Desktop** to create a shortcut on the desktop. + - Click **Send to dock** to pin the app to the dock. + - Click **Add to startup** to add the application to the startup items to automatically run the application when the computer is turned on. + +> TIP: You can also use the shortcut **Super + E** to launch the dde-file-manager. + +### Close the dde-file-manager + +- In the dde-file-manager interface, click X to exit the dde-file-manager. +- Right-click the dde-file-manager icon on the taskbar and select **Close All** to exit the dde-file-manager. +- On the dde-file-manager interface, click the menu bar and select Exit to exit the dde-file-manager. + +### View shortcut keys + +In the dde-file-manager interface, use the shortcut keys **Ctrl + Shift + /** to open the shortcut key preview interface. Skilled use of shortcut keys will greatly improve your operational efficiency. + +![image-hot_key_en](./image/hot_key_en.png) + +## Basic Skills + +The dde-file-manager has basic file management functions, and it is very simple to create, copy, rename, and delete files (folders). + +### Create a new file + +#### New document + +1. In a blank area of the file manager, right-click. +2. Select **New Document**. +3. Select the type of new file from the drop-down menu. +4. Enter a name for the new file. + +![image-newdo_en](./image/newdo_en.png) + +#### New folder + +1. In a blank area of the file manager, right-click. +2. Select **New Folder**. +3. Enter a name for the new folder. + +### Rename file + +1. In the file manager interface, right-click the file. +2. Select **Rename**. +3. Enter the file name and press **Enter** or click in the blank area of the interface. + +![image-rename_en](./image/rename_en.png) + +> Tip: Check "Hide file extension when rename" in **Settings**, it can be more convenient to modify the file name + +## Contribution 1. Fork the repository 2. Create Feat_xxx branch @@ -26,7 +76,7 @@ Software architecture description 4. Create Pull Request -#### Gitee Feature +## Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) diff --git a/README.md b/README.md index 249f7b0fe8530a40c68f24379f68989f9bc72f1d..90b8edc3f8e7ec47de7c285634afbc119d71663e 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,75 @@ # dde-file-manager -#### 介绍 -dde file manager +## 介绍 +文件管理器是一款功能强大、简单易用的文件管理工具。它沿用了传统文件管理器的经典功能和布局,并在此基础上简化了用户操作,增加了很多特色功能。一目了然的导航栏、智能识别的搜索框、多样化的视图及排序让您管理起来得心应手,经典和超越,只为给您更好的体验! -#### 软件架构 +## 软件架构 软件架构说明 -#### 安装教程 +## 安装教程 -1. xxxx -2. xxxx -3. xxxx +```shell +dnf install dde-file-manager +``` -#### 使用说明 +## 使用说明 -1. xxxx -2. xxxx -3. xxxx +### 运行文件管理器 -#### 参与贡献 +1. 单击任务栏上的启动器图标,进入启动器界面。 +2. 上下滚动鼠标滚轮浏览或通过搜索,找到文件管理器图标 ,单击运行。 +3. 右键单击文件管理器图标,您可以: + - 单击 **发送到桌面**,在桌面创建快捷方式。 + - 单击 **发送到任务栏**,将应用程序固定到任务栏。 + - 单击 **开机自动启动**,将应用程序添加到开机启动项,在电脑开机时自动运行该应用。 + +> 窍门:您也可以使用快捷键 **Super + E** 启动文件管理器。 + +### 关闭文件管理器 + +- 在文件管理器界面,单击 X,退出文件管理器。 +- 在任务栏右键单击文件管理器图标,选择 **关闭所有** ,退出文件管理器。 +- 在文件管理器界面,单击菜单栏,选择退出,退出文件管理器。 + +### 查看快捷键 + +在文件管理器界面,使用快捷键 **Ctrl + Shift + /** 打开快捷键预览界面。熟练地使用快捷键,将大大提升您的操作效率。 + +![image-hot_key](./image/hot_key.png) + +## 基本功能 + +文件管理器具备基本的文件管理功能,对文件(夹)进行新建、复制、重命名、删除等操作都非常简单。 + +### 新建文件 + +#### 新建文档 + +1. 在文件管理器空白区域,单击鼠标右键。 +2. 选择 **新建文档**。 +3. 在下拉菜单中选择新建文件的类型。 +4. 输入新建文件的名称。 + +![image-newdo](./image/newdo.png) + +#### 新建文件夹 + +1. 在文件管理器空白区域,单击鼠标右键。 +2. 选择 **新建文件夹**。 +3. 输入新建文件夹的名称。 + +### 重命名文件 + +1. 在文件管理器界面,右键单击文件。 +2. 选择 **重命名**。 +3. 输入文件名称,按 **Enter** 键或者单击界面空白区域。 + +![image-rename](./image/rename.png) + +> 窍门:在 **设置** 中勾选“重命名时隐藏文件扩展名”,能更方便地修改文件名称 + +## 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 @@ -27,7 +77,7 @@ dde file manager 4. 新建 Pull Request -#### 码云特技 +## 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) diff --git a/image/hot_key.png b/image/hot_key.png new file mode 100644 index 0000000000000000000000000000000000000000..1e3c2c12fc79d6fa7f92de18d85fb732bb331713 Binary files /dev/null and b/image/hot_key.png differ diff --git a/image/hot_key_en.png b/image/hot_key_en.png new file mode 100644 index 0000000000000000000000000000000000000000..0befd3a2e0cd588888b421e749d3d0773cc58ad8 Binary files /dev/null and b/image/hot_key_en.png differ diff --git a/image/newdo.png b/image/newdo.png new file mode 100644 index 0000000000000000000000000000000000000000..adea46a9c13413b6e878f668b5062eb45b7160ed Binary files /dev/null and b/image/newdo.png differ diff --git a/image/newdo_en.png b/image/newdo_en.png new file mode 100644 index 0000000000000000000000000000000000000000..94f3ae413cf2924512a4939757e499122651dce9 Binary files /dev/null and b/image/newdo_en.png differ diff --git a/image/rename.png b/image/rename.png new file mode 100644 index 0000000000000000000000000000000000000000..c63ee57026fc28a6d0f0c72abde4ca34975504ce Binary files /dev/null and b/image/rename.png differ diff --git a/image/rename_en.png b/image/rename_en.png new file mode 100644 index 0000000000000000000000000000000000000000..2089bdd07c91584079b5a236f4ea117184b94b97 Binary files /dev/null and b/image/rename_en.png differ