URI: 
       grabtitle.1 - grabtitle - stupid HTML title grabber
  HTML git clone git://git.codemadness.org/grabtitle
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       grabtitle.1 (481B)
       ---
            1 .Dd July 14, 2026
            2 .Dt GRABTITLE 1
            3 .Os
            4 .Sh NAME
            5 .Nm grabtitle
            6 .Nd output the title from HTML to plain-text
            7 .Sh DESCRIPTION
            8 .Nm
            9 reads UTF-8 HTML data from stdin.
           10 It writes the title output as plain-text to stdout.
           11 .Sh EXIT STATUS
           12 .Ex -std
           13 .Sh EXAMPLES
           14 Fetch a webpage using
           15 .Xr curl 1
           16 and pipe the output to
           17 .Nm
           18 .Bd -literal
           19 curl -s 'https://codemadness.org/sfeed.html' | grabtitle
           20 .Ed
           21 .Sh SEE ALSO
           22 .Xr curl 1 ,
           23 .Xr ftp 1
           24 .Sh AUTHORS
           25 .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org