tmux: Change todo.session burndown display
Changed to display overall accumulation of tasks again. Would overall probably be best to display a combination of accomplished and still to be done tasks.
This commit is contained in:
parent
209ac92eb5
commit
485730ba83
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ new-window -n dash
|
|||
send-keys "cd ${XDG_DATA_HOME:-~/.local/share}/task/; fd . | entr -c task next" C-m
|
||||
split-window -h -l 71
|
||||
send-keys "cd ${XDG_DATA_HOME:-~/.local/share}/task/; fd . | entr -c task summary" C-m
|
||||
split-window -v "cd ${XDG_DATA_HOME:-~/.local/share}/task/; fd . | entr -c task end.after=tod-3m or entry.after=tod-1m burndown"
|
||||
split-window -v "cd ${XDG_DATA_HOME:-~/.local/share}/task/; fd . | entr -c task status:pending or +ACTIVE burndown"
|
||||
select-pane -t 1
|
||||
split-window -v -l 5
|
||||
send-keys "t" Space
|
||||
|
|
Loading…
Reference in a new issue