rneko

Crates.iorneko
lib.rsrneko
version2.0.0
sourcesrc
created_at2023-10-10 10:48:58.588879
updated_at2024-03-03 10:58:07.530073
descriptionA simple CLI tool for download random nekos.
homepage
repositoryhttps://github.com/DemwE/rneko
max_upload_size
id998994
size94,510
Mateusz Czarnecki (DemwE)

documentation

README

rneko

A simple CLI tool for download random nekos.

Installation

  1. Clone the repository or download the source code.
  2. Navigate to the project directory.
  3. Run the command cargo build --release to build the project.

Usage

 Options:
  -s, --save-directory <SAVE_DIRECTORY>
          Save directory for the file where default is current directory [default: .]
  -n, --name <NAME>
          [default: output]
  -c, --category <CATEGORY>
          Image category | neko, kitsune, waifu [default: neko]
  -d, --debug
          Activate debug mode
  -a, --amount <AMOUNT>
          Amount of images to download [default: 1]
  -w, --workers <WORKERS>
          Amount of workers [default: 16]
  -h, --help
          Print help
  -V, --version
          Print version

or

Via cargo: cargo install rneko

Commit count: 18

cargo fmt