Boot up Tasks: Difference between revisions

Jump to navigation Jump to search
387 bytes added ,  19 February 2024
m
Tags: Mobile edit Mobile web edit
Tags: Mobile edit Mobile web edit
Line 123: Line 123:
=== 終端機命令列縮寫指令 + GUI 視窗操作 ===
=== 終端機命令列縮寫指令 + GUI 視窗操作 ===


設定終端機命令列縮寫指令
Example 1: To open the text file with Sublime for {{Mac}} from console
 
設定終端機命令列縮寫指令: key-in {{kbd | key=<nowiki>subl <filename></nowiki>}} to open the file with Sublime
# Key-in {{kbd | key=<nowiki>vi ~/.zshrc</nowiki>}}  
# Key-in {{kbd | key=<nowiki>vi ~/.zshrc</nowiki>}}  
# Press {{kbd | key=<nowiki>i</nowiki>}} to switch the insert mode  
# Press {{kbd | key=<nowiki>i</nowiki>}} to switch the insert mode  
Line 132: Line 134:
返回終端機命令列
返回終端機命令列
# Key-in {{kbd | key=<nowiki>subl /path/to/file</nowiki>}} 就可以使用 Sublime 編輯檔案
# Key-in {{kbd | key=<nowiki>subl /path/to/file</nowiki>}} 就可以使用 Sublime 編輯檔案
Example 2: To open the text file with Notepad++ for {{Win}} from console
# Install [https://notepad-plus-plus.org/downloads/ Notepad++]
# {kbd | key=<nowiki>start notepad++ <filename></nowiki>}} to open the file with Notepad++


=== 離線版的軟體開發說明文件 ===
=== 離線版的軟體開發說明文件 ===

Navigation menu