randal

0.0.8 • Public • Published

randal

Randal picks the order for the game.

$ npm install -g randal
$ randal joe john jim
jim joe john

He also accepts redirection:

$ randal <(echo "jim joe james john")
john jim james joe

and

$ echo "john paul george ringo" | randal 
paul george john ringo

Also accepts a limit for the number of entries wanted for output:

$ randal -l 2 "jim joe james"
jim james

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.8
    2
    • latest

Version History

Package Sidebar

Install

npm i randal

Weekly Downloads

2

Version

0.0.8

License

BSD

Unpacked Size

2.71 kB

Total Files

4

Last publish

Collaborators

  • weisjohn