Estimate reading time for any text file from your terminal
$ npm install fs-estimate -g
Get reading time (filename or path in string format):
$ fs-estimate read filename
Set reading rate (words per minute) :
$ fs-estimate set 200
#200 words per minute
Defaults to 150
$ fs-estimate set
#150 words per minute