Expand description
abletime is a utility for calculating time spent on projects by inspecting creation and modification timestamps of project files in a particular directory.
Structs§
- Project
File - Represents a version of a project and all its relevant metadata.
Functions§
- print_
project_ summary - Print to stdout a summary of time spent on each project file, time spent on each session/minor version (if applicable), and total time spent on the project.
- scan_
project_ files - Find all project files in the given directory and calculate time spent on each.