Command to backfill to last entry

This commit is contained in:
Ian Keane 2025-11-25 19:49:58 -05:00
parent 2abc99ff3b
commit e158378a13
2 changed files with 95 additions and 0 deletions

View file

@ -955,6 +955,8 @@ fn render_log_view_help(frame: &mut Frame, app: &App) {
"Actions:",
"- e: Edit the selected entry (Entry level only)",
"- x: Delete the selected entry (Entry level only)",
"- b: Backfill - set entry start time to previous entry's end time",
" (Entry level, By Date view only)",
"- c: Copy selection to clipboard (works at all levels)",
" Copies based on current selection level",
"",