Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新增 生活中常用命令 #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions 06-Mac快捷键.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,16 @@ Shift+Command+G:前往指定路径的文件夹。

### 「space」键:快速预览

选中文件后, 不需要启动任何应用程序,使用「space」空格键可进行快速预览,再次按下「space」空格键取消预览。
选中文件后,不需要启动任何应用程序,使用「space」空格键可进行快速预览,再次按下「space」空格键取消预览。

可以预览mp3、视频、pdf等文件。


### command + shift + 4 : 特定範圍螢幕截圖

按下三個按鍵後,會發現游標變成十字準心的圖案,然後就可以選取你要的範圍。

截圖存放的位置在桌面。










如果需要整個螢幕截圖的話,一樣的組合鍵,把4改成3即可,截圖也是存放在桌面。

26 changes: 26 additions & 0 deletions 07-Mac终端常用命令.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,34 @@ namef todo list
say MacOS
```

## 生活中方便命令

- 查看月曆
> cal

- 查看時間
> date

- 數學運算
> python

```
Python 2.7.14 (default, Nov 3 2017, 21:25:53)
[GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 1+1
2
>>> 2*3
6
>>> exit()
```
離開時輸入exit()

- 查看隱藏檔
> ls -a

- 終端機離開
> ctrl + D


### Mac terminal 解压压缩
Expand Down