0.1.0 • Published 1 year ago

@rasch/speed v0.1.0

Weekly downloads
-
License
0BSD
Repository
-
Last release
1 year ago

speed

speed in action

Speed read text in the terminal. Just pipe your stdin and be ready to GO! speed.js accepts two arguments. The first is the speed (default: 250) in words per minute and the second is the word number to begin at (default: 1). Use ctrl-c to quit. When quitting, the command to resume where you left off is printed to stdout.

cat poem.txt | speed 700
curl -s 'https://baconipsum.com/api/?type=meat-and-filler&format=text' | speed 500

install

pnpm add --global @rasch/speed
npm install --global @rasch/speed
yarn global add @rasch/speed
0.1.0

1 year ago