Skip to content

Commit

Permalink
sort by start time
Browse files Browse the repository at this point in the history
  • Loading branch information
gseitz committed Mar 5, 2019
1 parent 239eaa5 commit af8fbfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ fn main_flow(secret: ConsoleApplicationSecret, token_file: &String, search: Stri
.single_events(true)
.time_min(now.format("%+").to_string().as_str())
.time_max(tomorrow_midnight.format("%+").to_string().as_str())
.order_by("starttime")
.doit().unwrap();

let mut items: Vec<alfred::Item> = Vec::new();
Expand Down

0 comments on commit af8fbfa

Please sign in to comment.