Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.
/ tim Public archive

A bare-bones simple time tracking software

License

Notifications You must be signed in to change notification settings

Penaz91/tim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TIM - Time is Money

tim is a small program dedicated to time tracking.

The main idea behind tim is having a time tracking application that doesn't sit in the background, wasting system resources, but instead saving a timestamp and perform the calculations when the activity is stopped. This makes it ideal to be used on command line, inside scripts (maybe that get triggered on cd-ing in and out of a directory).

Usage

tim Shows the current activity, if none is active, it shows the help screen

tim start [activity name] Starts tracking a new activity, if an activity with the same name was started, the time will be added to the existing activity

tim stop [activity name] Stops the time tracking and calculates the time between the start command and the stop command

tim stats [activity name] Shows the time spent a certain activity (default: show all)

tim reset [activity name] Resets the time spent on a certain activity

tim delete [activity name] Deletes a certain activity from the activity database

About

A bare-bones simple time tracking software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages