参考:How to change default app to open magnet:// link without using a third-party UI app?

背景

macOS 10.13.7,Chrome浏览器,qbittorrent enhanced,迅雷。本来一直都是使用qbittorrent作magnet url的默认下载工具,但是有的时候又要用到迅雷云盘,不得不再装了个迅雷,结果默认的url scheme软件被从qbittorrent替换到了迅雷,在Chrome里点击magnet链接时只会调用迅雷,所以我想,肯定有办法自定义系统对于magnet url scheme的默认处理软件。

方法

1、在terminal中输入以下命令下载duti

brew install duti

2、继续输入以下命令,可以检查目前的默认magnet url scheme处理软件

duti -d magnet

3、继续输入以下命令,更改默认软件为qbittorrent

duti -s org.qbittorrent.qBittorrent magnet

4、更改完成