alterae / choose

a command-line tool for picking things randomly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Choose

A command-line tool for picking things randomly.

Usage

Make a random selection from a list of choices

Usage: choose [OPTIONS] <CHOICES>...

Arguments:
  <CHOICES>...  The possible choices to pick from

Options:
  -n, --number <NUMBER>  How many choices to pick [default: 1]
  -h, --help             Print help information
  -V, --version          Print version information

Contributing

Pull requests are welcome. If you plan on submitting one, make sure to run rustfmt and clippy first, please.

License

This program is released under the terms of the MIT license (see LICENSE).

About

a command-line tool for picking things randomly

License:MIT License


Languages

Language:Rust 100.0%