rtimelogger 0.8.8

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
9
pub mod add;
pub mod backup;
pub mod config;
pub mod del;

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