timecalc
Timecalc is a simple CLI tool that calculates the total time spent on a project given intervals and durations.
This is the Rust implementation of my previous tool written in Python.
Timecalc is available as both a crate and as a standalone binary. See the installation instructions on how to install it, or the documentation for more information about the crate.
How to use
Example
Let's say you worked on a project from 7:00 to 11:30, including a 15 minute break, and then worked another 4 hours after lunch. You can calculate the total time spent on the project like this:
# or via stdin
|
Installation
Releases
The latest release can be downloaded as a standalone binary from the releases page.
Using cargo
It can also be compiled and installed via cargo:
License
This project is licensed under the MIT License - see the LICENSE file for details