Skip to content

Commit 764764d

Browse files
committed
writes doc
1 parent 61549db commit 764764d

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This is also supported `COWPATH` env. Please read more details in [#33](https://
3636
- new some cowfiles is added
3737
- cowfiles in binary
3838
- random pickup cowfile option
39+
- provides command-line fuzzy finder to search any cows with `-f -`
3940
- coloring filter options
4041
- super mode
4142

doc/cowsay.1

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: cowsay
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 2.0.16
5-
.\" Date: 2021-11-12
5+
.\" Date: 2021-11-13
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "NEO COWSAY/COWTHINK" "1" "2021-11-12" "\ \&" "\ \&"
10+
.TH "NEO COWSAY/COWTHINK" "1" "2021-11-13" "\ \&" "\ \&"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -81,11 +81,14 @@ done by \fB\-e\fP and \fB\-T\fP will be lost if one of the provided modes is use
8181
The \fB\-f\fP option specifies a particular cow picture file (\(lqcowfile\(rq) to
8282
use. If the cowfile spec contains \fI/\fP then it will be interpreted
8383
as a path relative to the current directory. Otherwise, cowsay
84-
will search the path specified in the \fBCOWPATH\fP environment variable. To list all cowfiles on the current \fBCOWPATH\fP, invoke \fBcowsay\fP with the \fB\-l\fP switch.
84+
will search the path specified in the \fBCOWPATH\fP environment variable. If \fB\-f \-\fP is specified, provides
85+
interactive Unix filter (command\-line fuzzy finder) to search the cowfile.
86+
.sp
87+
To list all cowfiles on the current \fBCOWPATH\fP, invoke \fBcowsay\fP with the \fB\-l\fP switch.
8588
.sp
8689
\fB\-\-random\fP pick randomly from available cowfiles
8790
.sp
88-
\fB\-\-bold\fP output as bold text
91+
\fB\-\-bold\fP outputs as bold text
8992
.sp
9093
\fB\-\-rainbow\fP and \fB\-\-aurora\fP filters with colors an ASCII picture of a cow saying something
9194
.sp

doc/cowsay.1.txt.tpl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ done by *-e* and *-T* will be lost if one of the provided modes is used.
5858
The *-f* option specifies a particular cow picture file (``cowfile'') to
5959
use. If the cowfile spec contains '/' then it will be interpreted
6060
as a path relative to the current directory. Otherwise, cowsay
61-
will search the path specified in the *COWPATH* environment variable. To list all cowfiles on the current *COWPATH*, invoke *cowsay* with the *-l* switch.
61+
will search the path specified in the *COWPATH* environment variable. If *-f -* is specified, provides
62+
interactive Unix filter (command-line fuzzy finder) to search the cowfile.
63+
64+
To list all cowfiles on the current *COWPATH*, invoke *cowsay* with the *-l* switch.
6265

6366
*--random* pick randomly from available cowfiles
6467

0 commit comments

Comments
 (0)