pager: Open up a pager, like 'less' or 'more'

[ bsd2, data, library, program, system, text ] [ Propose Tags ]

This opens up the user's $PAGER. On Linux, this is usually called less. On the various BSDs, this is usually more.

CHANGES

0.1.1.0
Add printOrPage function and sendToPagerStrict function.

[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0
Dependencies base (>=4 && <5), bytestring, conduit (>=1.2.3), conduit-extra, directory, pager, process, resourcet, safe, terminfo, text, transformers, unix [details]
License BSD-2-Clause
Copyright Copyright (c) 2015, Peter Harpending.
Author Peter Harpending
Maintainer peter@harpending.org
Category Data, System, Text
Home page https://github.com/pharpend/pager
Bug tracker https://github.com/pharpend/pager
Source repo head: git clone https://github.com/pharpend/pager.git
this: git clone https://github.com/pharpend/pager.git(tag 0.1.1.0)
Uploaded by pharpend at 2015-05-16T18:47:45Z
Distributions Arch:0.1.1.0, Fedora:0.1.1.0, LTSHaskell:0.1.1.0, NixOS:0.1.1.0, Stackage:0.1.1.0, openSUSE:0.1.1.0
Reverse Dependencies 2 direct, 8 indirect [details]
Executables hs-pager-test-pager
Downloads 2530 total (39 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for pager-0.1.1.0

[back to package description]

pager

This is a Haskell library to open up the user's $PAGER with some text. On Linux, the pager is usually called less. On the various *BSD's, the pager is called more.

The pager doesn't notify people or anything - it takes long output and presents it in pages.

This library is licensed under the FreeBSD license (the 2-clause BSD license). Read the LICENSE file for details.

Contact

  • Email: peter@harpending.org
  • IRC: pharpend on FreeNode and OFTC