2023年10月6日 星期五

Mac用open指令選擇編輯器開啟文字檔

在Macintosh使用不同的編輯器開啟文字檔,例如說 ~/.bashrc,指令如下:

  1. open ~/.bashrc
  2. open -a "Visual Studio Code" ~/.bashrc
  3. open -a "Sublime Text" ~/.bashrc

上述指令的意思分別是:

  1. 用預設的文字編輯器 TextEditor 開啟文字檔案 ~/.bashrc
  2. 用 VSCode (Visual Studio Code) 開啟 ~/.bashrc
  3. 用 Sublime 開啟 ~/.bashrc


另外一種加速的方法則是放到
~/.bashrc~/.zshrc裡面:
  1. textedit='open -a TextEdit'
  2. vscode='open -a Visual\ Studio\ Code'
  3. sublime='open -a Sublime\ Text'
完成後重新登入,就可以用下列指令直接開啟檔案了:
  1. textedit /etc/hosts
  2. vscode ~/.bashrc
  3. sublime ~/.zshrc

參考資料

_EOF_

Light Chinese painting style, white snow mountains in the background, rime-frozen river, nature, ultra-clear details, cold colors, master paintings

Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7, Seed: 3924466691, Size: 512x256, Model hash: 6ce0161689, Model: v1-5-pruned-emaonly, Version: v1.6.0-2-g4afaaf8a


沒有留言:

張貼留言