Mac OS 如何在終端下開啟 APP 應用程式?

來源:互聯網
上載者:User

最近在配置,VIM 快捷開啟一個檔案時,需要用到在終端下開啟一個應用,並且還要帶參數。

找了一下 發現 open 命令可以實現:

如下看 open命令的 說明:

open: unrecognized option `--help'Usage: open [-e] [-t] [-f] [-W] [-R] [-n] [-g] [-h] [-b <bundle identifier>] [-a <application>] [filenames] [--args arguments]Help: Open opens files from a shell.      By default, opens each file using the default application for that file.        If the file is in the form of a URL, the file will be opened as a URL.Options:       -a                Opens with the specified application.      -b                Opens with the specified application bundle identifier.      -e                Opens with TextEdit.      -t                Opens with default text editor.      -f                Reads input from standard input and opens with TextEdit.      -F  --fresh       Launches the app fresh, that is, without restoring windows. Saved persistent state is lost, excluding Untitled documents.      -R, --reveal      Selects in the Finder instead of opening.      -W, --wait-apps   Blocks until the used applications are closed (even if they were already running).          --args        All remaining arguments are passed in argv to the application's main() function instead of opened.      -n, --new         Open a new instance of the application even if one is already running.      -j, --hide        Launches the app hidden.      -g, --background  Does not bring the application to the foreground.      -h, --header      Searches header file locations for headers matching the given filenames, and opens them.

可以用


 open  -a    AppName   filename  Args 的方式開啟。

比如我要開啟一個, Graphviz.app   並用它開啟檔案  aa.dot :

 open -a  Graphviz  aa.dot 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.