melanieseltzer / pikkr-cli

Pick something random from a list of items, on the command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pikkr-cli

Pick something random from a list of items, on the command line.

oclif Version CircleCI

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
  $ pikkr

OPTIONS
  -h, --help       show CLI help
  -l, --list=list  List of items, separated by spaces
  -v, --version    show CLI version

EXAMPLES
  $ pikkr --list burger pasta
  $ pikkr -l burger pasta

Related

About

Pick something random from a list of items, on the command line.

License:MIT License


Languages

Language:TypeScript 79.9%Language:JavaScript 18.2%Language:Batchfile 1.8%