You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd love to just press a key combination and call a specific report filter instead of typing the whole thing down.
Solution
Maybe adding a system of mapping keys to ":TEXT" style macros?
For example (in a config file):
map rh ":(status pending and project:Home)"
Additional context
I've been using "vit" but I find taskwarrior-tui a bit prettier. I just don't know any rust to implement something like this.
In "vit" the macro configuration look like this (look under [keybinding] and the look for macros):
any update on this one?
I was desperately googling to find out how can I remap "1" to show completed items by applying my filter (that show not all completed items, but items completed in last 24h) but it seems that currently it is not possible, right?
Description
I'd love to just press a key combination and call a specific report filter instead of typing the whole thing down.
Solution
Maybe adding a system of mapping keys to ":TEXT" style macros?
For example (in a config file):
Additional context
I've been using "vit" but I find taskwarrior-tui a bit prettier. I just don't know any rust to implement something like this.
In "vit" the macro configuration look like this (look under [keybinding] and the look for macros):
https://github.com/vit-project/vit/blob/2.x/vit/config/config.sample.ini
The text was updated successfully, but these errors were encountered: