* Also apply debian Makefile patchreverse-branch
parent
a82fd71690
commit
e913062e82
2 changed files with 96 additions and 6 deletions
@ -0,0 +1,81 @@ |
||||
.\" This manpage was written by Carla Valenti <valenti.karla@gmail.com> |
||||
.\" for tty-clock. In details the command line options displayed by |
||||
.\" tty-clock -h as well as the keyboard commands. |
||||
.TH "TTY-CLOCK" 1 "August 2011" "" "User Commands" |
||||
.SH NAME |
||||
.LP |
||||
tty-clock - a terminal digital clock |
||||
.SH SYNOPSIS |
||||
.LP |
||||
\fBtty\-clock [\-sbctrvih] [\-C [\fP\fI0\-7\fP\fB]] [\-f\fP \fIformat\fP\fB] [\-d \fIdelay\fP\fB]\fP |
||||
.SH DESCRIPTION |
||||
.LP |
||||
\fItty-clock\fP displays a simple digital clock on the terminal |
||||
.SH COMMANDS |
||||
.LP |
||||
\fItty-clock\fP accepts a number of runtime keyboard commands, upper and lower case characters are |
||||
treated identically. |
||||
.TP |
||||
K,J,H,L |
||||
vi-style movement commands to set the position of the displayed clock. |
||||
These commands have no effect when the \fBcentered\fP option is set. |
||||
.TP |
||||
S |
||||
Display seconds. |
||||
.TP |
||||
T |
||||
Switch time output to the 12-hour format. |
||||
.TP |
||||
C |
||||
Toggle the clock's position to \fBcentered\fP. |
||||
When set the movement commands are disabled. |
||||
.TP |
||||
R |
||||
Set the clock to \fBrebound\fP along the edges of the terminal. |
||||
.TP |
||||
Q |
||||
Quit. |
||||
.SH OPTIONS |
||||
.LP |
||||
.TP |
||||
\fB\-s\fR |
||||
Show seconds. |
||||
.TP |
||||
\fB\-b\fR |
||||
Show box. |
||||
.TP |
||||
\fB\-c\fR |
||||
Set the clock at the center of the terminal |
||||
.TP |
||||
\fB\-C\fR \fI[0\-7]\fP |
||||
Set the clock color. |
||||
.TP |
||||
\fB\-t\fR |
||||
Set the hour in 12h format. |
||||
.TP |
||||
\fB\-r\fR |
||||
Do rebound the clock. |
||||
.TP |
||||
\fB\-f\fR \fIformat\fP |
||||
Set the date format as described in \fBstrftime(3)\fP. |
||||
.TP |
||||
\fB\-v\fR |
||||
Show tty\-clock version. |
||||
.TP |
||||
\fB\-i\fR |
||||
Show some info about tty\-clock. |
||||
.TP |
||||
\fB\-h\fR |
||||
Show usage information. |
||||
.TP |
||||
\fB\-d\fR \fIdelay\fP |
||||
Set the delay between two redraws of the clock. |
||||
.SH "AUTHOR" |
||||
Written by Martin Duquesnoy <xorg62@gmail.com>. |
||||
.LP |
||||
manpage written by Carla Valenti <valenti.karla@gmail.com>. |
||||
.LP |
||||
Please report |
||||
.I tty-clock |
||||
bugs to |
||||
.B xorg62@gmail.com |
||||
Loading…
Reference in new issue