Crate abletime

Source
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§

ProjectFile
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.