Manage the all kinds of proxies.

Proxy

  • 控制/查看 curl 相关的工具代理
  • 控制/查看 git 的代理环境
  • 控制/查看 npm 的代理环境
  • 控制/查看 macOS 系统代理设置

这个 function 一直同步更新到了这里

function proxy() { while [[ $# -gt 0 ]];
  

Knock knock…

Notification

正准备跑一个时间可能很长的命令,然后切换到了其他 tab 或者 app 里去了,我想知道这个命令什么时候完成了才方便我再执行其他操作。

直接调用 macOS 内置的 say 通过语音的方式告诉结果:

# Notify me via TTS when the command is finished. function @() { $@ [[ $? -eq 0 ]]