123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .TH Dmenu_nyaash "1" "NOVEMBER 2022" "Nyaash"
- .SH NAME
- Dmenu_nyaash \- A Dmenu GUI for Nyaash
- .SH SYNOPSIS
- .B dmenu_nyaash
- [\fI\,OPTION\/\fR]
- .SH DESCRIPTION
- A Bash script that wraps Nyaash into a Dmenu GUI. It supports all the key features of Nyaash, such as choosing the instance of Nyaa and the relevant category. The chosen torrent will be opened by xdg-open.
- .SH OPTIONS
- .TP
- \fB\-i\fR
- Dmenu will be case insensitive.
- .TP
- \fB\-l\fR
- Specify the number of Dmenu's lines.
- .TP
- \fB\-fn\fR
- Specify Dmenu's font. (format: xft:Font:size=10)
- .TP
- \fB\-nb\fR
- Specify Dmenu's normal background color. (format: #rrbbgg)
- .TP
- \fB\-nf\fR
- Specify Dmenu's normal foreground color. (format: #rrbbgg)
- .TP
- \fB\-sb\fR
- Specify Dmenu's selected background color. (format: #rrbbgg)
- .TP
- \fB\-nf\fR
- Specify Dmenu's selected foreground color. (format: #rrbbgg)
- .SH CONFIGURATION
- It is possible to change the default Dmenu command (being just "dmenu") by setting the $DMENU_COMMAND environment variable.
- .SH KNOWN BUGS AND REPORTING BUGS
- See https://notabug.org/BezierQuadratic/nyaash/issues
- .SH AUTHOR
- Bezier Quadratic (a.k.a. IntoTheGNU)
- .SH COPYRIGHT
- Copyright \(co 2022 Bezier Quadratic
- License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
- .BR
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- .SH SEE ALSO
- \fBnyaash\fP(1) \fBxdg-open\fP(1)
|