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