-
Notifications
You must be signed in to change notification settings - Fork 6
/
gtimer.1
90 lines (70 loc) · 2.49 KB
/
gtimer.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.\"
.\" GTimer man page
.\" Copyright (C) 1998-2003 Craig Knudsen, [email protected]
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2, or (at your option)
.\" any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; see the file COPYING. If not, write to
.\" the Free Software Foundation, 59 Temple Place - Suite 330,
.\" Boston, MA 02111-1307, USA.
.\"
.TH GTIMER 1 "Mar 19, 2003" "GTimer" "GTimer"
.SH NAME
gtimer \- an application for recording time spent on user-defined tasks.
.SH SYNOPSIS
.B gtimer
[\f3\-midnight \f2offset\f1] [\f3\-weekstart \f2day\f1] [\f3\-nosplash] [\f3\-resume] [\f3\-start \f2task\f1]
.SH DESCRIPTION
\f3GTimer\f1 allows the user to time one or more activities.
Users define tasks that can be timed. Text annotations can also be
added to tasks. Reports can be generated that summarize time spent
and annotations.
.SH OPTIONS
.TP 8
.B \-midnight \f2offset\f3
Specify the offset of midnight to use. Users can allow time spent after
midnight to be recorded for the previous day.
For example, the command
.B gtimer -midnight 400
will not consider everything 3:59AM the previous day.
.TP 8
.B \-weekstart \f2day\f3
Specify which day of the week should be considered the beginning of the
week when generating reports. \f2day\f3 should be a number between 0 and
6, where 0 is Sunday. For example, the command
.B gtimer -weekstart 1
will use Monday as the first day of the week for all weekly reports. The
default is 0 (Sunday).
.TP 8
.B \-resume
Start timing any tasks that were still be timed when
GTimer last exited.
.TP 8
.B \-start \f2taskname\f3
Start timing the specified task immediately. This option
can be used more than once on the command line.
For example, you can start a tasks with:
.B gtimer -start 'GTimer development'
.TP 8
.B \-nosplash
Do not display the splash window on startup.
.RE
.SH FILES
.nf
.ta 4i
~/.gtimer/ data storage
.fi
.SH SEE ALSO
enscript(1), lpr(1)
.SH AUTHOR
Craig Knudsen <[email protected]> <http://www.cknudsen.com/>
GTimer WWW home page: <http://www.cknudsen.com/gtimer/>