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