From 485730ba8390cac9b04e49950b6bd7964eeef7c2 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 8 Oct 2022 18:05:39 +0200 Subject: [PATCH] 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. --- tmux/.config/tmux/sessions/todo.session | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.config/tmux/sessions/todo.session b/tmux/.config/tmux/sessions/todo.session index d0faa7e..7fd71ad 100644 --- a/tmux/.config/tmux/sessions/todo.session +++ b/tmux/.config/tmux/sessions/todo.session @@ -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