Skip to content

A simple PowerShell module for tracking your time and productivity.

Notifications You must be signed in to change notification settings

n8jones/TimeTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TimeTracker

A simple PowerShell module for tracking your time and productivity.

Installation

Commands

Add-TimeTracker
Adds an entry to the current TimeTracker log file
Write-TimeTrackerReport
Writes the TimeTracker report to the screen.
Get-TimeTrackerFile
Gets the filename of the current TimeTracker file
Read-TimeTracker
Reads the TimeTracker entries from the specified file.
Format-TimeTrackerTimeSpan
Formats a TimeSpan object to a HH:MM format, but uses the TotalHours instead of the Hours property. This allows for proper printing of timespans over 24 hours.

About

A simple PowerShell module for tracking your time and productivity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published