https://github.com/melanieseltzer/pikkr-cli
Pick something random from a list of items, on the command line.
https://github.com/melanieseltzer/pikkr-cli
chooser cli javascript pick random rng typescript
Last synced: 2 months ago
JSON representation
Pick something random from a list of items, on the command line.
- Host: GitHub
- URL: https://github.com/melanieseltzer/pikkr-cli
- Owner: melanieseltzer
- License: mit
- Created: 2019-02-11T02:18:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T02:23:12.000Z (over 6 years ago)
- Last Synced: 2025-03-18T11:35:39.546Z (7 months ago)
- Topics: chooser, cli, javascript, pick, random, rng, typescript
- Language: TypeScript
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pikkr-cli
> Pick something random from a list of items, on the command line.
[](https://oclif.io)
[](https://npmjs.org/package/pikkr-cli)
[](https://circleci.com/gh/melanieseltzer/pikkr-cli/tree/master)## Install
```
$ npm install -g pikkr-cli
```## Usage
Feed it a list of items to choose from, and the result will be an item randomly chose from the list.
```
$ pikkr --list burger pasta sandwich
// => You should pick: burger!
```## Commands
```
USAGE
$ pikkrOPTIONS
-h, --help show CLI help
-l, --list=list List of items, separated by spaces
-v, --version show CLI versionEXAMPLES
$ pikkr --list burger pasta
$ pikkr -l burger pasta
```## Related
- [pikkr](https://github.com/melanieseltzer/pikkr)