Esempio n. 1
0
File: my.py Progetto: bbonf/dotchili
def openwith(text):
    split = map(unicode.strip,text.split(','))
    chili.open_with(os.path.expanduser(split[1]), split[0])
Esempio n. 2
0
def openwith(text):
    split = map(unicode.strip, text.split(','))
    chili.open_with(os.path.expanduser(split[1]), split[0])
Esempio n. 3
0
File: my.py Progetto: bbonf/dotchili
def openmy(_):
    chili.open_with(os.path.expanduser('~/.chili/my.py'), '/Applications/MacVim.app')
Esempio n. 4
0
def openmy(_):
    chili.open_with(os.path.expanduser('~/.chili/my.py'),
                    '/Applications/MacVim.app')