Boot up Tasks: Difference between revisions
Jump to navigation
Jump to search
→程式開發者
m (→快捷文字與自動替換文字) |
(→程式開發者) |
||
| Line 110: | Line 110: | ||
== 程式開發者 == | == 程式開發者 == | ||
=== 命令列操作 === | |||
將命令列文字中需要經常修改的部分,放到後面 | 將命令列文字中需要經常修改的部分,放到後面 | ||
* 例如 {{kbd | key=<nowiki>grep $KEYWORD file_name</nowiki>}} 其中 {{kbd | key=<nowiki>$KEYWORD</nowiki>}} 需要經常修改,建議改成句子後面 {{kbd | key=<nowiki>cat file_name | grep $KEYWORD</nowiki>}}。下次輸入命令列文字時,就可以減少滑鼠游標移動的次數。 | * 例如 {{kbd | key=<nowiki>grep $KEYWORD file_name</nowiki>}} 其中 {{kbd | key=<nowiki>$KEYWORD</nowiki>}} 需要經常修改,建議改成句子後面 {{kbd | key=<nowiki>cat file_name | grep $KEYWORD</nowiki>}}。下次輸入命令列文字時,就可以減少滑鼠游標移動的次數。 | ||
離線版的軟體開發說明文件 | {{Linux}} 作業系統指令輸入符號 {{kbd | key=<nowiki>!$</nowiki>}} 取代上一指令的最後參數 | ||
* 說明:[https://unix.stackexchange.com/questions/88642/what-does-mean bash - What does !$ mean? - Unix & Linux Stack Exchange] | |||
=== 離線版的軟體開發說明文件 === | |||
* [https://zealdocs.org/ Zeal - Offline Documentation Browser] for {{Win}} & {{Linux}} | * [https://zealdocs.org/ Zeal - Offline Documentation Browser] for {{Win}} & {{Linux}} | ||
* [https://kapeli.com/dash Dash for macOS - API Documentation Browser, Snippet Manager - Kapeli] for {{Mac}} | * [https://kapeli.com/dash Dash for macOS - API Documentation Browser, Snippet Manager - Kapeli] for {{Mac}} | ||
從當下瀏覽的檔案視窗的檔案路徑,快速開啟命令列視窗 | === 從當下瀏覽的檔案視窗的檔案路徑,快速開啟命令列視窗 === | ||
* [[Open command window here]] | * [[Open command window here]] | ||
* On {{Win}} [https://conemu.github.io/ ConEmu] --> Setup [https://conemu.github.io/en/Tasks.html Tasks] --> Define the command e.g. Input {{kbd | key=<nowiki>-new_console:d:C:\path\to\beach cmd.exe</nowiki>}} to open the folder {{kbd | key=<nowiki>C:\path\to\beach</nowiki>}} quickly. | * On {{Win}} [https://conemu.github.io/ ConEmu] --> Setup [https://conemu.github.io/en/Tasks.html Tasks] --> Define the command e.g. Input {{kbd | key=<nowiki>-new_console:d:C:\path\to\beach cmd.exe</nowiki>}} to open the folder {{kbd | key=<nowiki>C:\path\to\beach</nowiki>}} quickly. | ||
Launch the editor from terminal | === Launch the editor from terminal === | ||
* Launch [https://support.apple.com/zh-tw/guide/textedit/welcome/mac TextEdit] from the Mac OSX Terminal: e.g. Input {{kbd | key=<nowiki>open -a TextEdit README.md</nowiki>}} to open the file README.md | * Launch [https://support.apple.com/zh-tw/guide/textedit/welcome/mac TextEdit] from the Mac OSX Terminal: e.g. Input {{kbd | key=<nowiki>open -a TextEdit README.md</nowiki>}} to open the file README.md | ||
* [https://ashleynolan.co.uk/blog/launching-sublime-from-the-terminal Launch Sublime Text 2 or 3 from the Mac OSX Terminal - AshleyNolan.co.uk - Blog and Portfolio for Ashley Nolan] ''un-verified'' | * [https://ashleynolan.co.uk/blog/launching-sublime-from-the-terminal Launch Sublime Text 2 or 3 from the Mac OSX Terminal - AshleyNolan.co.uk - Blog and Portfolio for Ashley Nolan] ''un-verified'' | ||
檔案操作 | === 檔案操作 === | ||
* 「傳送到」[https://www.howtogeek.com/howto/windows-vista/customize-the-windows-vista-send-to-menu/ Customize the Send To Menu in Windows 10, 8, 7, or Vista] | * 「傳送到」[https://www.howtogeek.com/howto/windows-vista/customize-the-windows-vista-send-to-menu/ Customize the Send To Menu in Windows 10, 8, 7, or Vista] | ||
=== 快捷文字與自動替換文字 === | |||
* | * [https://www.sublimetext.com/ Sublime Text] ''$'': [https://github.com/sergeche/emmet-sublime sergeche/emmet-sublime: Emmet for Sublime Text] | ||
* Sublime Text ''$'': [http://docs.sublimetext.info/en/latest/extensibility/snippets.html Snippets]、[http://docs.sublimetext.info/en/latest/reference/completions.html Completions Files] + [https://www.granneman.com/webdev/editors/sublime-text/top-features-of-sublime-text/auto-completion-in-sublime-text Auto-Completion in Sublime Text | Scott Granneman]。教學: [https://www.minwt.com/webdesign-dev/html/17946.html Sublime Text教學 – 自訂常用的程式片段,只需輸入短碼立即產生完整原始碼 | 梅問題.教學網] | |||
* [https://www.jetbrains.com/phpstorm/ PhpStorm] ''$'': [https://www.jetbrains.com/help/phpstorm/tutorial-creating-live-templates.html Tutorial: Creating Live templates - Help | PhpStorm] | |||
== 快速鍵(AccessKey, keyboard shortcuts, 快捷鍵) == | == 快速鍵(AccessKey, keyboard shortcuts, 快捷鍵) == | ||