dmenu_nyaash 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .TH Dmenu_nyaash "1" "NOVEMBER 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 CONFIGURATION
  32. It is possible to change the default Dmenu command (being just "dmenu") by setting the $DMENU_COMMAND environment variable.
  33. .SH KNOWN BUGS AND REPORTING BUGS
  34. See https://notabug.org/BezierQuadratic/nyaash/issues
  35. .SH AUTHOR
  36. Bezier Quadratic (a.k.a. IntoTheGNU)
  37. .SH COPYRIGHT
  38. Copyright \(co 2022 Bezier Quadratic
  39. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
  40. .BR
  41. This is free software: you are free to change and redistribute it.
  42. There is NO WARRANTY, to the extent permitted by law.
  43. .SH SEE ALSO
  44. \fBnyaash\fP(1) \fBxdg-open\fP(1)