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

ansicat — terminal gemini gemtext renderer for offpunk

Authors

       Lionel Dricot (Ploum) <offpunk2atploum.eu>

Debian                                          November 25, 2024                                     ANSICAT(1)

Description

       ansicat  is  a  terminal rendering tool that will render multiple formats (HTML, Gemtext, RSS, Gophermap,
       Image) into ANSI text and colors.  When used on a file, ansicat will try to autodetect the format.   When
       used  with  standard  input,  the  format must be manually specified.  If the content contains links, the
       original URL of the content can be specified in order to correctly modify relatives links.

   PositionalargumentsINPUT   path to the text to render.  It defaults to the standard input.

   Keywordarguments-h, --help
                     show a help message and exit.

             --formatRENDERER
                     renderer to use.  Available renderers are auto, gemtext, html,  feed,  gopher,  image,  and
                     folder.   The  auto renderer will heuristically guess the format, either thanks to the MIME
                     type, or from the file being rendered itself.

             --mimeMIME
                     MIME type of the content to parse.

             --modeMODE
                     MODE to use to render to choose between normal (default), full or source

             --urlURL...
                     original URL of the content.

Exit Status

       The ansicat utility exits 0 on success, and >0 if an error occurs.

Name

       ansicat — terminal gemini gemtext renderer for offpunk

See Also

migrate-offpunk-cache(1), netcache(1), offpunk(1), opnk(1), https://offpunk.net/

Synopsis

ansicat [--formatRENDERER] [--mimeMIME] [--urlURL...] [--modeMODE] [INPUT...]
       ansicat-h | --help

See Also