예제 #1
0
파일: my.py 프로젝트: bbonf/dotchili
def openwith(text):
    split = map(unicode.strip,text.split(','))
    chili.open_with(os.path.expanduser(split[1]), split[0])
예제 #2
0
def openwith(text):
    split = map(unicode.strip, text.split(','))
    chili.open_with(os.path.expanduser(split[1]), split[0])
예제 #3
0
파일: my.py 프로젝트: bbonf/dotchili
def openmy(_):
    chili.open_with(os.path.expanduser('~/.chili/my.py'), '/Applications/MacVim.app')
예제 #4
0
def openmy(_):
    chili.open_with(os.path.expanduser('~/.chili/my.py'),
                    '/Applications/MacVim.app')