-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtermstop.1
63 lines (53 loc) · 1.33 KB
/
termstop.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
.TH termstop 1
.SH NAME
.PP
TermStop - A simple terminal stopwatch. Version 0.1.0-alpha.
.SH SYNOPSIS
.PP
termstop [-a -s -q -v] [-t us-sleep] [-f save-file] [-d delimiter]
.SH DESCRIPTION
.PP
This program is a simple stopwatch in a terminal, written in C. The default commands for the program are as follows:
.SH OPTIONS
.TP
.B -a
enable the naming of individual splits. The name will be requested each time a new split is created.
.TP
.B -s
enables silent mode in the program, meaning only the stopwatch timer itself will be printed.
.TP
.B -q
disables the quotes surrouding the values printed into the CSV (or otherwise delimited file).
.TP
.BI -t " us-sleep"
defines the amount of microseconds the timer sleeps between each new print-interval.
.TP
.BI -f " save-file"
defines the path for the CSV file the splits should be saved to.
.TP
.BI -d " delimiter"
defines a different delimiter to use for the file instead of the standard ',' character.
.TP
.B -v
outputs the version of the current program.
.SH SHORTCUTS / CONTROLS
.TP
.B Enter
Create a new split at the current time.
.TP
.B h
Stop the program.
.SH CUSTOMISATION
.TP
Currently none.
.SH AUTHORS
.TP
Robert Arno Saalbach (saalbach.dev)
.SH MAINTAINER
Robert Arno Saalbach ([email protected])
.SH LICENSE
.TP
See the LICENSE file for the terms of redistribution.
.SH SEE ALSO
.TP
None.