1
open -a application ~/file

也可编辑vim ~/.zshrc关联软件:

1
2
3
4
5
6
7

alias ty='open -a typora'
alias -s md='open -a typora'
alias -s markdown='open -a typora'

alias showt='defaults write com.apple.finder AppleShowAllFiles TRUE'
alias showf='defaults write com.apple.finder AppleShowAllFiles FALSE'

即刻实现输入文件名打开文件:

1
~/Readme.md 


Know what’s my weakness, but can’t change it. How tragedy.

Procrastination is really long word, just like I takes long time to do things.

伪命题,就是我懒,贪玩,没志气。

From junior high school I start learn english, like a child it’s just psittacosis pronunciation and remember the chinese meanings. Without english-speaking environment, english is just a course. Like other course, I forget nearly everything.

Read more »
0%