diff --git a/README.md b/README.md index a61f28f..853c4d9 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ Finder lacks a convenient way to create new files in specific formats, but Right A quick preview extension is provided for viewing source text files with syntax highlighting. This extension handles supported file formats via [Uniform Type Identifiers (UTI)](https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/understanding_utis/understand_utis_intro/understand_utis_intro.html), rather than relying solely on file extensions. The UTI definitions include a list of associated file extensions and MIME types. +**■ File QR Code Sharing** + +Right-click on a file to generate a local network download link and a QR code. Scan the QR code to download the folder. + +![RightMenu Master Screenshot 6](./assets/screenshots-6.png) + **■ Frequently Used Folders** Supports custom frequently used folders for quick access to directories or to open a new terminal window directly in a specific folder. diff --git a/README.zh.md b/README.zh.md index f13a309..8a7681a 100644 --- a/README.zh.md +++ b/README.zh.md @@ -52,6 +52,12 @@ Finder 缺乏便捷的方式来创建特定格式的新文件,而 RightMenu Ma 提供了一种快速查看扩展,可用于预览带有语法高亮的源文本文件。该扩展通过[统一类型标识符 (UTI)](https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/understanding_utis/understand_utis_intro/understand_utis_intro.html) 来处理支持的文件格式,而不仅仅依赖于文件扩展名。在 UTI 的定义中包含了与其关联的文件扩展名和 MIME 类型列表。 +**■ 文件二维码分享** + +右键点击文件,可生成局域网下载链接,并同时生成二维码,扫描二维码即可下载该文件夹。 + +![RightMenu Master Screenshot 6](./assets/screenshots-6.png) + **■ 常用文件夹** 支持自定义常用文件夹,可快速访问目录或在指定文件夹中直接新建终端窗口。 diff --git a/assets/screenshots-1.png b/assets/screenshots-1.png index 312ae72..a3b610d 100644 Binary files a/assets/screenshots-1.png and b/assets/screenshots-1.png differ diff --git a/assets/screenshots-3.png b/assets/screenshots-3.png index f952385..98c9be8 100644 Binary files a/assets/screenshots-3.png and b/assets/screenshots-3.png differ diff --git a/assets/screenshots-4.png b/assets/screenshots-4.png index 1402879..51d543b 100644 Binary files a/assets/screenshots-4.png and b/assets/screenshots-4.png differ diff --git a/assets/screenshots-6.png b/assets/screenshots-6.png new file mode 100644 index 0000000..4521165 Binary files /dev/null and b/assets/screenshots-6.png differ