Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 371 Bytes

File metadata and controls

14 lines (7 loc) · 371 Bytes

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

Planned updates:

  • Range within file (limited to the size of the file)
  • Interactively y/n the line to exit/generate a new one