• Jacek Sowiński's avatar
    Support user-specified column-layout file · 01753741
    Jacek Sowiński authored
    User can now use '-l' option with an argument *after* 'columns' command
    and topydo will try to load column layout from that location. If it
    won't find specified file it will use standard column-layout file
    locations as a fallback.
    
    Example of use:
    Will work: `topydo columns -l ~/fooBar_columns`
    Won't work: `topydo -l ~/fooBar_columns columns`
    
    Implements #147
    01753741
Main.py 20.6 KB