pickl simply takes a file as an argument and picks a line:
Execute by : pickl [-f FILENAME] [-n ITERATIONS]
**-f FILENAME** Read from FILENAME instead of stdin
**-n ITERATIONS** Print ITERATIONS random lines, instead of just one
- Range within file (limited to the size of the file)
- Interactively y/n the line to exit/generate a new one