stack-2.15.3: The Haskell Tool Stack
Safe HaskellSafe-Inferred
LanguageGHC2021

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

data PagerException Source #

Type representing exceptions thrown by functions exported by the System.Process.Pager module.