task-picker 0.6.0

Task Picker helps you to keep an overview about tasks from different task trackers, like GitHub or CalDAV.
Documentation
1
2
3
4
5
6
#![warn(clippy::all, rust_2018_idioms)]

mod app;
pub mod sources;
pub mod tasks;
pub use app::TaskPickerApp;