14,970
edits
| Line 124: | Line 124: | ||
=== 終端機命令列縮寫指令 + GUI 視窗操作 === | === 終端機命令列縮寫指令 + GUI 視窗操作 === | ||
Example 1: To open the text file with gedit for {{Linux}} from terminal | |||
Example | # (optional) Install [https://en.wikipedia.org/wiki/Gedit gedit] | ||
# Open the terminal | |||
# Key-in {{kbd | key=<nowiki>gedit /path/to/text-file</nowiki>}} | |||
Example 2: 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>subl <filename></nowiki>}} to open the file with Sublime | ||
| Line 138: | Line 143: | ||
Example | Example 3: To open the text file with Notepad++ for {{Win}} from console | ||
# Install [https://notepad-plus-plus.org/downloads/ Notepad++] | # Install [https://notepad-plus-plus.org/downloads/ Notepad++] | ||
# Key-in {{kbd | key=<nowiki>start notepad++ <filename></nowiki>}} to open the file with Notepad++ | # Key-in {{kbd | key=<nowiki>start notepad++ <filename></nowiki>}} to open the file with Notepad++ | ||