strof is a nodejs package that contains the executable strof, a tool for quering text-files per paragraph (i.e. strophe). strof is a re-write in javascript of sbook written in python.
The name strof is the contraction of string of and it is pronounced like strophe is synonyme of paragraphe.
npm i -D strof
npx strof --help
npx strof
npx strof --help
Or
npm create strof@latest
cd strofDir
npm install
vim data/rep_contacts.txt
npx strof -d data/rep_contacts.txt tom ardennes
strof.sh tom ardennes
git clone https://github.com/charlyoleg2/strof_mono.git
cd strof_mono
npm install
npm run ci
npm run tests