(43 lines)
1 .\" Manpage for nowopen.2 .\" Contact bruce@bruce-hill.com to correct errors or typos.3 .TH man 8 "5 January 2019" "1.0" "nowopen man page"4 .SH NAME5 nowopen \- Display which businesses are now open.6 .SH SYNOPSIS7 \fBnowopen\fR [ \fI-p\fR|\fI--plain\fR ] [ \fI-r\fR|\fI--random\fR ] [ \fI--help\fR ] [ \fItags...\fR ]8 .SH DESCRIPTION9 \fBnowopen\fR will display currently open businesses and how long until they10 close. It uses data from either \fB~/.local/share/nowopen/businesshours\fR11 or \fB~/.businesshours\fR.13 .SH OPTIONS14 .TP15 .B \-p, \-\-plain16 Display output in plain text to stdout instead of using a temporary display17 with color.18 .TP19 .B \-r, \-\-random20 Choose a random currently open place.21 .TP22 .B \-w, \-\-where23 Print where your businesshours file is located.24 .TP25 .B \-e, \-\-edit26 Edit your businesshours file with your \fB$EDITOR\fR.27 .TP28 .B \--help29 Print the command line usage.30 .TP31 .B tags32 If provided, only show business hours of places that match one of the provided33 tags (prefix matching is used).35 .SH EXAMPLES36 .TP37 .B nowopen -p pizza38 .TP39 .B output:40 Jimmy Pesto's Pizzeria: 9:14 left42 .SH AUTHOR43 Bruce Hill (bruce@bruce-hill.com)