tempo-cli 0.4.0

Automatic project time tracking CLI tool with beautiful terminal interface
Documentation
pub mod calendar_event;
pub mod client_report;
pub mod config;
pub mod git_branch;
pub mod goal;
pub mod insight;
pub mod project;
pub mod session;
pub mod tag;
pub mod template;
pub mod time_estimate;
pub mod workspace;

pub use config::Config;
pub use git_branch::GitBranch;
pub use goal::{Goal, GoalStatus};
pub use insight::InsightData;
pub use project::Project;
pub use session::{Session, SessionContext, SessionEdit};
pub use tag::Tag;
pub use template::ProjectTemplate;
pub use time_estimate::{EstimateStatus, TimeEstimate};
pub use workspace::Workspace;