NAME YamlTime - YAML based Personal Time Tracking SYNOPSIS > yt help DESCRIPTION YamlTime is an application that allows you do your personal project time tracking from the command line. It saves your data in plain text YAML files. You can use a version control system (like git) to back up the data. YamlTime comes with a command line app called "yt" that does everything. COMMANDLINE USAGE The following commands are supported. yt - Show current yt status of today's tasks yt help - Get Help yt init - Create a new YamlTime store yt new - Start a new task yt stop - Stop the current task yt go - Restart the current task yt edit - Edit a task's yaml file in $EDITOR yt dump - Read a task file and print to STDOUT yt save - Read STDIN and print to a task file yt check - Check the data in the range yt status - Show the current yt status yt report