1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-05-20 13:58:33 +00:00
Commit graph

3 commits

Author SHA1 Message Date
Bram Schoenmakers fdac802e92 Remove default value for grouping 2016-11-28 11:45:05 +01:00
Bram Schoenmakers 7805d35a37 Add group support to the column UI 2016-11-27 14:23:37 +01:00
Jacek Sowiński 517e6e7c88 Use separate config file for column layout
Column-ui will look for columns configuration in:

1. system-wide configuration:
/etc/topydo_columns.conf

2. user dir:
~/.topydo_columns
~/.config/topydo/columns

3. current dir:
.topydo_columns
topydo_columns.conf
topydo_columns.ini

Each column should have its own INI style config section:

[FooBar]
title = Foo
filterexpr = Bar
sortexpr = desc:prio
show_all = 1

If any column option is missing, default value will be used.
2015-12-30 23:45:41 +01:00