rtimelogger 0.8.0

A simple cross-platform CLI tool to track working hours, lunch breaks, and calculate surplus time
Documentation
1
2
3
4
5
6
7
8
pub mod add;
pub mod backup;
pub mod config;
pub mod del;

pub mod calculator;
pub mod log;
pub mod logic;