123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .TH Nyaash "1" "JULY 2022" "Nyaash"
- .SH NAME
- Nyaash \- A simple POSIX shell scripts to query Nyaa instances
- .SH SYNOPSIS
- .B nyaash
- [\fI\,OPTION\/\fR] [\fI\,QUERY\/\fR] [\fI\,OPTION\/\fR]
- .SH DESCRIPTION
- A script that can query any specified nyaa instance (https://nyaa.si by default).
- .SH OPTIONS
- .TP
- \fB\-d\fR, \fB\--download\fR
- Instantly prompt to open one of the torrents (xdg-open).
- .TP
- \fB\-f\fR, \fB\--filter\fR
- Specify the filter to use between none, noremakes, and trusted. (Default: none)
- .TP
- \fB\-i\fR, \fB\--Instance\fR
- Specify the Nyaa instance to use. (Format: [protocol]://[domain]/[path])
- .TP
- \fB\-l\fR, \fB\--link\fR
- Instead of outputting the result, output the link that contains them.
- .TP
- \fB\-m\fR, \fB\--max\fR
- Specify the maximum number of results to show. (Default: 75, Maximum: 75)
- .TP
- \fB\-p\fR, \fB\--page\fR
- Select a specific page to query. (Default: 1)
- .TP
- \fB\-r\fR, \fB\--rss\fR
- 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.
- .TP
- \fB\-s\fR, \fB\--sukebei\fR
- Change the instance to https://sukebei.nyaa.si.
- .TP
- \fB\-t\fR, \fB\--type\fR
- Choose among one of the available categories. (Default: all)
- .TP
- \fB\-T\fR, \fB\--type-manual\fR
- Manually specify a type code. (Format: [number]_[number])
- .TP
- \fB\-h\fR, \fB\--help\fR
- Print help information.
- .TP
- \fB\-v\fR, \fB\--version\fR
- Print version information.
- .SH PRECONFIGURE CATEGORIES
- 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
- .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
- \fBdmenu_nyaash\fP(1) \fBxdg-open\fP(1)
|