Class Less

java.lang.Object
org.jline.builtins.Less

public class Less extends Object
A terminal pager similar to the 'less' Unix command.

This class provides a file viewer with features including:

  • Forward and backward navigation
  • Search functionality
  • Syntax highlighting
  • Line numbering
  • Status display
  • Multiple file support

The implementation supports many of the key bindings and features of the traditional Unix 'less' command, adapted for JLine's terminal handling.