Skip to content

Instantly share code, notes, and snippets.

@lineuman
Last active December 31, 2017 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lineuman/3078e1dba0f0afa847e4889362fef21d to your computer and use it in GitHub Desktop.
Save lineuman/3078e1dba0f0afa847e4889362fef21d to your computer and use it in GitHub Desktop.
some tips

Skills

有许多通用的操作其本质就是一种需求,而这些操作是系统无关的,例如屏幕截图,录制屏幕这种操作。

Mac系统中屏幕录制

Quick Timer Player 文件->录制屏幕

终端操作转化为Gif

terminal to gif

Mac截取屏幕

可以使用通讯工具所带的截图快捷键,例如钉钉 可以设置shift+ctrl+a为截图快捷键

文字转语音

say "要说的话"

屏幕切分SplitView

Enter Split View Hold down the full-screen button in the upper-left corner of a window. As you hold the button, the window shrinks and you can drag it to the left or right side of the screen. Release the button, then click another window to begin using both windows side by side.

osx install sublime Text3

  1. 下载dmg进行安装
  2. 安装包控制器(Install the Package Control package)
  3. 安装各种插件(shift + command + p)

sublime插件

  1. git
  2. terminal
  3. emmet
  4. JavaScript & NodeJS Snippet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment