0%

MacOS软件推荐

MacOS软件推荐


支持窗口置顶的软件

  • Typora
    • 显示 - 保持窗口在最前端
  • IINA
    • ctrl + command + t

实时显示键盘按键

  • Keycastr 实时显示键盘按键,Windows: Carnac

截图、长截图、录屏

代理工具

  • v2ray

  • clashX

    • Github 使用 ssh 代理:

      编辑 ~/.ssh/config 文件:

      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      # 必须是 github.com
      Host github.com
      HostName github.com
      User git
      # 走 HTTP 代理
      # ProxyCommand socat - PROXY:127.0.0.1:%h:%p,proxyport=1087
      #
      # 走 socks5 代理(如 Shadowsocks)
      # ProxyCommand nc -v -x 127.0.0.1:1080 %h %p
      # 对于Windows用户,要使用socks5代理却没有 nc 的
      # ProxyCommand connect -S 127.0.0.1:1080 %h %p
      # 参考:https://gist.github.com/chuyik/02d0d37a49edc162546441092efae6a1
    • Github 使用 http 代理

      1
      2
      git config --global http.https://github.com.proxy.proxy http://127.0.0.1:1087
      git config --global https.https://github.com.proxy https://127.0.0.1:1087
  • Github 使用加速镜像源

    • 创建个人Token

      Settings => **Developer Settings => Personal Access Token => Generate New Token (Give your password) => Fillup the form() => click Generate token => Copy the generated Token

    • 配置 Token

      1
      git remote set-url origin https://<githubtoken>@github.com/<username>/<repositoryname>.git
    • 改成镜像源

      • https://<githubtoken>@github.com.cnpmjs.org/<username>/<repositoryname>.git
      • https://<githubtoken>@hub.fastgit.org/<username>/<repositoryname>.git
  • Github raw 资源加速

    raw.githubusercontent.com 替换为 raw.staticdn.net 即可加速。

  • Github 走hosts

    由于国内环境github的cdn不稳定导致解析失败,所以我们可以在本地host中直接指定

    1. 打开 IPAddress.com, 分别查询 github.comgithub.global-ssl.fastly.net 两个域名对应的IP地址。

    2. /etc/hosts 配置文件中添加:

      1
      2
      140.82.113.4 github.com
      199.232.69.194 github.global-ssl.fastly.net

输入法

  • 搜狗输入法

    想要的效果是,当切换到终端时自动切换至英文输入法。之前使用的是 自动切换输入法 应用,但只能临时试用,需付费。后来发现搜狗输入法自带这个功能,最重要的还是free!!!

    设置方法:

    1. 搜狗拼音 -> 偏好设置 -> 高级 -> 智能输入 -> 勾选 “自动切换到英文状态”。
    2. App 清单... 中,添加需要切换至英文状态的应用。

笔记

App快速切换软件

代码片段软件

可以脱离任何IDE编辑器

压缩、解压软件

  • MacZip 免费,更名之前是 ezip
  • The Unarchiver 免费

虚拟机

CPU监控工具

  • Intel Power Gadget

    • 待机:功率:3-5W 频率:1.4-1.8Ghz
    • 触控板:功率:10W 频率:2.4-2.5Ghz
    名称 释义
    Power 当前 CPU 的功率
    Frequency 当前 CPU 的频率
    Temperature 当前 CPU 的温度,此温度是内核温度
    Utilization 当前 CPU 的占用率

Gif 图片制作

投屏

将 iPhone 设备屏幕投屏到 iMac,在 iMac 上观看 iPhone 上的视频
  • QickTime Player
    • 仅限投屏,不能通过通过 iMac 反向操作 iPhone。
    • 不支持语音同步
    • 可通过蓝牙耳机连接 iPhone 听视频声音,通过蓝牙耳机播放或暂停视频。
  • AirServer
参考

效率工具

命令行无法执行脚本命令,需安装

https://developer.apple.com/download/more/

下载并安装 Command Line Tools for Xcode 14

1
2
# 安装成功后会有此目录信息
ls -la /Library/Developer/CommandLineTools

nvm

nvm是node版本切换工具。

办公软件

  • 微信
  • WPS Office
  • 钉钉

Mac 软件下载网站