Skip to content
forked from gtlsgamr/tt

A command line time tracking shell script.

License

Notifications You must be signed in to change notification settings

jeansibelius/ti-tty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

ti-tty

A command line time tracking shell script.

Installation:

Just copy the titty file to your path

Usage:

titty start [taskname]

Start tracking time for a task.

titty start taskname [time]

Start tracking time for a task from some time ago.
example:
titty start Task23 1hour
titty start Task42 1min
titty start Task43 54sec

titty status

Display the time tracked so far for the current task.

titty stop

Display the raw masterlist (for piping into other programs)

titty raw

Stop tracking the current task.

titty display [day|week|month|year|all]

Display tracked time (default is month).

titty delete [all]

Delete the previous task or all tasks.

titty help

Display this help text.

Configuration: The default configuration files are located in ~/.config/titty/ This directory can be changed using the $TITTY_CONFIG_DIR environment variable.

About

A command line time tracking shell script.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%