作为一个入坑比较久的「资深」 Mac 用户?🤔️我经常会去探索一些可以提升我开发效率的软件,我需要它们帮助我进行快乐、高效的工作,同时也分享给你。

  • ✅ 开源免费项目
  • 🍎 AppStore 可安装
  • 🍺 Homebrew 可安装
  • 👍 强烈推荐
  • 💰 付费软件

软件

软件 描述 备注
iTerm2 macOS 下最优秀的终端 ✅ 👍
SnippetsLab markdown 写作工具(数据存储在 icloud 上,支持登录 GitHub) 🍎 💰$9.99
Microsoft To Do 跨端 todo list(支持同步安卓、iOS、Windows、macOS) 🍎
Spark 可以登录多个账号的邮件客户端,很好用 🍎 👍
trojan-qt5 trojan 代理客户端
Proxifier Proxifier 支持代理所有应用程序,包括终端! 👍 💰$39.95
Microsoft Remote Desktop 用于远程登录 Windows 系统 🍎
SwitchHosts! 管理 Hosts 的客户端工具
Scroll Reverser 设置鼠标、触摸板滚动方向,外接鼠标必备。 ✅ 👍
BestTrace 很好用的 Traceroute 工具,可以地图展示数据包地址 🍎
Pngyu png 图片压缩工具
AppCleaner 用于彻底卸载不需要的app
Window Tidy 一款很好用的桌面窗口管理软件 🍎 💰$2.99
Magnet 一款很好用的桌面窗口管理软件,功能比 Window Tidy 强大点 🍎 💰$2.99
Keyboard Maestro 一款强大的自动化处理软件,我主要用来自定义所有软件的快捷键 💰$36
Gifox 一款很好用 GIF 录屏软件 💰$14.99

终端

工具 描述 备注
brew macOS 下的包管理器,必装! ✅ 👍
ohmyzsh 一个非常强大的 zsh 扩展,提供了上百种主题和 200 多个插件,一定要装! ✅ 👍
autojump 可以快速 cd 到你曾经访问过的目录 ✅ 🍺 👍
translate-shell 命令行翻译工具,支持 Google、Bing、Yandex 等翻译
thefuck 可以快速纠正你输入的命令 ✅ 🍺
Terminalizer 终端 GIF 录屏工具 ✅ 🍺
has 在 PATH 中检查命令行工具是否存在,并返回版本号 ✅ 🍺

VSCode 插件

  • AutoFileName: auto complete file name

    1
    ext install AutoFileName

    demo

  • Color Highlight: This extension styles css/web colors found in your document.

    1
    ext install color-highlight
  • CSScomb: Coding style formatter for CSS, Less, SCSS or Sass

    1
    ext install CSScomb
  • Document This: Automatically generates detailed JSDoc comments in TypeScript and JavaScript files.

    1
    ext install Document This

    demo

  • Git Blame: See git blame information in the status bar.

    1
    ext install GitBlame

    demo

  • Image preview: Shows image preview in the gutter and on hover

    1
    ext install image preview

    demo

  • : Markdown Preview Enhanced ported to vscode

    1
    ext install Markdown Preview

    demo

  • Polacode: 📸 Polaroid for your code

    1
    ext install Polacode

    demo

  • psioniq File Header: Configurable file header comment block and changes tracking.

    1
    ext install psi-header
  • Settings Sync: Synchronize Settings, Snippets, Themes, File Icons, Launch, Keybindings, Workspaces and Extensions Across Multiple Machines Using GitHub Gist.

    1
    ext install sync

    demo

  • SFTP: Very powerful, with smart features. Very simple, requires just three lines of config! Very fast, finished in a blink.

    1
    ext install sftp
  • TODO Highlight: Highlight TODO, FIXME and other annotations within your code.

    1
    ext install todo highlight

    demo

  • Visual Studio IntelliCode: AI-assisted development

    1
    ext install IntelliCode

    demo

浏览器插件

插件 描述 备注
简单 QR 生成器 根据当前页面的 URL 生成 QR 码
Tampermonkey Tampermonkey 是一款免费的浏览器扩展和最为流行的用户脚本管理器。
Githuber 这是一个帮助 GitHub 开发者每日发现优质内容的 Chrome 主页拓展。
Search by Image (by Google) This extension allows you to initiate a Google search using any image on the web. By the Google Images team.
Vue.js devtools ⚙️ Browser devtools extension for debugging Vue.js applications.