Add history for filter

This commit is contained in:
Dheepak Krishnamurthy 2021-03-31 14:27:27 -06:00
parent f125dc04e5
commit d4ac3561aa
3 changed files with 88 additions and 6 deletions

View file

@ -7,11 +7,11 @@ mod calendar;
mod config;
mod context;
mod help;
mod history;
mod keyconfig;
mod table;
mod task_report;
mod util;
mod history;
use crate::util::{destruct_terminal, setup_terminal, Event, EventConfig, Events};
use anyhow::Result;