Add row numbers to file
$ perl -n -E 'print "$.) $_"' src/examples/lines.txt
1) one
2) two
3) three
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
$ perl -n -E 'print "$.) $_"' src/examples/lines.txt
1) one
2) two
3) three