catpoint

Catpoint simple presenting software.
git clone git://r-36.net/catpoint
Log | Files | Refs | README | LICENSE

catpoint.1 (874B)


      1 .Dd December 28, 2020
      2 .Dt CATPOINT 1
      3 .Os
      4 .Sh NAME
      5 .Nm catpoint
      6 .Nd simple viewer of text files
      7 .Sh SYNOPSIS
      8 .Nm
      9 .Op Ar file...
     10 .Sh DESCRIPTION
     11 .Nm
     12 reads text files from the
     13 .Ar files
     14 arguments and prints them to the terminal.
     15 The slides can be navigated with keybinds.
     16 .Sh KEYBINDS
     17 .Bl -tag -width Ds
     18 .It ^D, q, ESCAPE, F5
     19 Quit
     20 .It l, j, SPACE, ARROW RIGHT, ARROW DOWN, PAGE DOWN
     21 Go to next slide.
     22 .It h, k, ARROW LEFT, ARROW UP, PAGE UP
     23 Go to previous slide.
     24 .It ., u, BEGIN KEY, HOME KEY
     25 Go to the first slide.
     26 .It i, END KEY
     27 Go to the last slide.
     28 .It r, ^L
     29 Redraw the current slide contents.
     30 .El
     31 .Sh SIGNALS
     32 .Bl -tag -width Ds
     33 .It SIGHUP
     34 Reload and redraw the current slide contents.
     35 .It SIGINT, SIGQUIT, SIGTERM
     36 Quit
     37 .It SIGWINCH
     38 Redraw the current slide contents.
     39 .El
     40 .Sh EXIT STATUS
     41 .Ex -std
     42 .Sh SEE ALSO
     43 .Xr cat 1
     44 .Sh AUTHORS
     45 .An Christoph Lohmann Aq Mt 20h@r-36.net