Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 11, 2024
1 parent 5a3091f commit 2586f65
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,16 @@ When permissions are passively confirmed and then denied, reauthorizing permissi

In the application settings, go to `General` -> `Full Disk Access` -> Click to `Grant` to add the application to the `Full Disk Access` list.

### Enable Finder Extension

If you are prompted to enable the plugin, you need to run the following command in the terminal to enable the Finder extension.

```shell
pluginkit -e use -i com.wangchujiang.rightmenu-master.sync \
osascript -e 'quit app id "com.wangchujiang.rightmenu-master"' \
osascript -e 'tell application id "com.wangchujiang.rightmenu-master" to activate'
```

<!--idoc:config:
site: RightMenu Master
title: An exceptional Finder right-click menu enhancement tool that makes your right-click menu more powerful.
Expand Down
10 changes: 10 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ RightMenu Master 提供了多样的复制功能,让文件操作更加便捷。

在应用设置用 `常规` -> `完全磁盘访问` -> 点击 `授权` 将应用添加到 `完全磁盘访问` 列表中

### 启用 Finder 扩展

如果提示您需要启用插件,你需要在命令行中运行下面命令来启用 Finder 扩展。

```shell
pluginkit -e use -i com.wangchujiang.rightmenu-master.sync \
osascript -e 'quit app id "com.wangchujiang.rightmenu-master"' \
osascript -e 'tell application id "com.wangchujiang.rightmenu-master" to activate'
```

<!--idoc:config:
site: RightMenu Master
title: 卓越的 Finder 右键菜单增强工具,让您的右键菜单更加强大。
Expand Down

0 comments on commit 2586f65

Please sign in to comment.