Update manpage

pull/19/head
Martin Tournoij 5 years ago
parent 49ce340e87
commit 49edf0b825
No known key found for this signature in database
GPG Key ID: A6258419189EE585

@ -14,6 +14,8 @@ find-cursor \- highlight the cursor position
.IR wait ]
.RB [ \-c
.IR color ]
.RB [ \-r
.IR repeat ]
.SH DESCRIPTION
.B find-cursor
@ -53,6 +55,9 @@ why it's disabled by default.
.TP
\fB-w\fR, \fB--wait\fR \fI\,MICROSECONDS\/\fR
Time to wait before drawing the next circle.
.TP
\fB-r\fR, \fB--repeat\fR \fI\,N\/\fR
Number of times to repeat the animation. Use 0 to repeat indefinitely.
.SH EXAMPLES
.PP
@ -64,6 +69,11 @@ find-cursor --size 320 --distance 40 --wait 400 --line-width 4 --color black
Draw a solid circle:
.RS
find-cursor --size 100 --distance 1 --wait 20 --line-width 1
.RE
.PP
Always draw a full circle on top of the cursor:
.RS
find-cursor --repeat 0 --follow --distance 1 --wait 1 --line-width 16 --size 16
.SH LAUNCHING
.PP
@ -101,4 +111,4 @@ LICENSE
in the source distribution.
.PP
.I
https://github.com/Carpetsmoker/find-cursor
https://github.com/arp242/find-cursor

Loading…
Cancel
Save