Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Less is a CLI pager, a program that displays text files. Other pagers commonly in use are more and pg. Less is similar to more, but allows backward movement in the file as well as forward movement. Also, less does not have to read the entire input file before starting, so with large input files it starts up faster than text editors like vi.

Features

  • Backward and forward movement
  • Searching, filtering and highlighting, multifile search, regular expressions
  • Multiple files, remembering position in each file
  • Font styles: bold and underline
  • Advanced features: key bindings, tab stops, prompt customization, line numbers, tag, options in environment variable, file preprocessor
  • Cross platform

Package Parameters

  • /DefaultPager - Set $Env:PAGER environment variable to less.

Notes

  • If you are using PSCX, you must override its internally distributed less version using the following in your $PROFILE: ($Pscx:Preferences).PageHelpUsingLess = $false
  • This package uses x64 bit version of John Taylor's automatic build