stack-2.3.1: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

System.Process.Pager

Description

Run external pagers ($PAGER, less, more).

Synopsis

Documentation

pageWriter :: (Handle -> IO ()) -> IO () Source #

Run pager, providing a function that writes to the pager's input.

pageText :: Text -> IO () Source #

Run pager to display a Text