nyaash 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .TH Nyaash "1" "JULY 2022" "Nyaash"
  2. .SH NAME
  3. Nyaash \- A simple POSIX shell scripts to query Nyaa instances
  4. .SH SYNOPSIS
  5. .B nyaash
  6. [\fI\,OPTION\/\fR] [\fI\,QUERY\/\fR] [\fI\,OPTION\/\fR]
  7. .SH DESCRIPTION
  8. A script that can query any specified nyaa instance (https://nyaa.si by default).
  9. .SH OPTIONS
  10. .TP
  11. \fB\-d\fR, \fB\--download\fR
  12. Instantly prompt to open one of the torrents (xdg-open).
  13. .TP
  14. \fB\-f\fR, \fB\--filter\fR
  15. Specify the filter to use between none, noremakes, and trusted. (Default: none)
  16. .TP
  17. \fB\-i\fR, \fB\--Instance\fR
  18. Specify the Nyaa instance to use. (Format: [protocol]://[domain]/[path])
  19. .TP
  20. \fB\-l\fR, \fB\--link\fR
  21. Instead of outputting the result, output the link that contains them.
  22. .TP
  23. \fB\-m\fR, \fB\--max\fR
  24. Specify the maximum number of results to show. (Default: 75, Maximum: 75)
  25. .TP
  26. \fB\-p\fR, \fB\--page\fR
  27. Select a specific page to query. (Default: 1)
  28. .TP
  29. \fB\-r\fR, \fB\--rss\fR
  30. Output the RSS document instead of the results. \fB(Some instances do not support pages with the RSS)\fR If combined with -l will output the link to the RSS document instead.
  31. \fB\-s\fR, \fB\--sukebei\fR
  32. Change the instance to https://sukebei.nyaa.si.
  33. \fB\-t\fR, \fB\--type\fR
  34. Choose among one of the available categories. (Default: all)
  35. \fB\-T\fR, \fB\--type-manual\fR
  36. Manually specify a type code. (Format: [number]_[number])
  37. \fB\-h\fR, \fB\--help\fR
  38. Print help information.
  39. \fB\-v\fR, \fB\--version\fR
  40. Print version information.
  41. .SH PRECONFIGURE CATEGORIES
  42. all, anime, anime_mv, anime_english anime_other anime_raw, audio, lossless, lossy, literature, literature_english, literature_other, literature_raw, live_action, live_action_english, live_action_pv, live_action_other, live_action_raw, picture, graphic, photo, software, apps, games, art, art_anime, art_doujin, art_games, art_games, art_pictures, real_life, real_life_pictures, real_life_videos
  43. .SH KNOWN BUGS AND REPORTING BUGS
  44. See https://notabug.org/BezierQuadratic/nyaash/issues
  45. .SH AUTHOR
  46. Bezier Quadratic (a.k.a. IntoTheGNU)
  47. .SH COPYRIGHT
  48. Copyright \(co 2022 Bezier Quadratic
  49. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
  50. .BR
  51. This is free software: you are free to change and redistribute it.
  52. There is NO WARRANTY, to the extent permitted by law.
  53. .SH SEE ALSO
  54. \fBdmenu_nyaash\fP(1) \fBxdg-open\fP(1)