Channel Apps
Xonsh: mc-Wrapper

pepecyb@hub.hubzilla.hu
def m():
        /usr/bin/mc -P ~/.temp/mcwd
        with open('/home/daniel/.temp/mcwd', 'r') as datei:
                wdir = datei.read()
        os.chdir(wdir)
        os.remove('/home/daniel/.temp/mcwd')

aliases['mc'] = m
 Xonsh