dmenu_nyaash 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .TH Dmenu_nyaash "1" "JULY 2022" "Nyaash"
  2. .SH NAME
  3. Dmenu_nyaash \- A Dmenu GUI for Nyaash
  4. .SH SYNOPSIS
  5. .B dmenu_nyaash
  6. [\fI\,OPTION\/\fR]
  7. .SH DESCRIPTION
  8. 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.
  9. .SH OPTIONS
  10. .TP
  11. \fB\-i\fR
  12. Dmenu will be case insensitive.
  13. .TP
  14. \fB\-l\fR
  15. Specify the number of Dmenu's lines.
  16. .TP
  17. \fB\-fn\fR
  18. Specify Dmenu's font. (format: xft:Font:size=10)
  19. .TP
  20. \fB\-nb\fR
  21. Specify Dmenu's normal background color. (format: #rrbbgg)
  22. .TP
  23. \fB\-nf\fR
  24. Specify Dmenu's normal foreground color. (format: #rrbbgg)
  25. .TP
  26. \fB\-sb\fR
  27. Specify Dmenu's selected background color. (format: #rrbbgg)
  28. .TP
  29. \fB\-nf\fR
  30. Specify Dmenu's selected foreground color. (format: #rrbbgg)
  31. .SH KNOWN BUGS AND REPORTING BUGS
  32. See https://notabug.org/BezierQuadratic/nyaash/issues
  33. .SH AUTHOR
  34. Bezier Quadratic (a.k.a. IntoTheGNU)
  35. .SH COPYRIGHT
  36. Copyright \(co 2022 Bezier Quadratic
  37. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
  38. .BR
  39. This is free software: you are free to change and redistribute it.
  40. There is NO WARRANTY, to the extent permitted by law.
  41. .SH SEE ALSO
  42. \fBnyaash\fP(1) \fBxdg-open\fP(1)