Saturday, 9 September 2017

Open any application in Terminal

Add
alias gedit="open -a gedit"
to ~/.bash_profile :
Now you'll be able to gedit directly from the command line.

=====================================

example


$  open -a Notes




No comments:

Post a Comment