Skip to content

ralsei/pg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pg
==

no more, no less, just a pager

install
-------

	$ make
	# make install

usage
-----

To read a file:

	pg <file>

Inside pg, the following keys can be used:

	j  <Down>  <Enter>      scroll down by one line
	k  <Up>    <Backspace>  scroll up   by one line
	f  <PgDn>  <Space>      scroll down by one page
	b  <PgUp>               scroll up   by one page
	d                       scroll down by half a page
	u                       scroll up   by half a page
	g                       scroll to start of file
	G                       scroll to end   of file
	q  <C-c>                quit
	Q                       quit, preserving display of the current page
	   <[0-9]>              apply a numerical multiplier to the next
	                          command

Releases

No releases published

Packages

No packages published