logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lorem - Generate random Latin looking text using Text::Lorem

Description

lorem is a simple command-line wrapper around the "Text::Lorem" module.  It provides the same three basic
       methods:  Generate "words", generate "sentences", and generate "paragraphs".

perl v5.36.0                                       2022-11-30                                          LOREM(1p)

Name

       lorem - Generate random Latin looking text using Text::Lorem

Synopsis

       Generate 3 paragraphs of Latin looking text:

           $ lorem -p 3

       Generate 5 Latin looking words:

           $ lorem -w 5

       Generate a Latin looking sentence:

           $ lorem -s 1

See Also