stt/stt.1

37 lines
709 B
Groff
Raw Permalink Normal View History

2019-10-02 19:01:25 +02:00
.TH stt 1 stt\-VERSION
.SH NAME
stt \- Simple time tracker
.SH SYNOPSIS
.B stt
.RB [ \-v ]
.RB [ \-h ]
.RB [ \-a
.IR task " |"
.RB \-s " |"
2022-05-02 20:38:49 +02:00
.RB \-l [Y-m-d]]
2019-10-02 19:01:25 +02:00
.SH DESCRIPTION
.B stt
keeps track of tasks during a work day.
.PP
Without operand, day report is printed, as with
.B -l
option.
.SH OPTIONS
.TP
.BI \-a " task"
Registers given task as active. Will also stop previous active task.
.TP
.B \-s
Stops current active task.
.TP
2022-05-02 20:38:49 +02:00
.B \-l [Y-m-d]
2019-10-02 19:01:25 +02:00
Prints day report, for each tasks name, start time, end time or state if
still running and duration (in decimal hours) is displayed.
2022-05-02 20:38:49 +02:00
Also accept a date as filter, default display today report.
2019-10-02 19:01:25 +02:00
.TP
.B \-h
Prints synopsis help.
.TP
.B \-v
Prints version information.