[][src]Crate abletime

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, as well as total time spent on the project.

scan_project_files

Find all project files in the given directory and calculate time spent on each.