Class Commands

java.lang.Object
org.jline.builtins.Commands

public class Commands extends Object
Provides built-in commands for JLine applications.

This class contains implementations of common terminal commands and utilities such as:

  • tmux - Terminal multiplexer
  • nano - Text editor
  • less - View file contents with pagination
  • history - Display and manage command history
  • complete - Edit command-specific tab completions
  • widget - Manipulate line reader widgets
  • keymap - Manipulate keymaps
  • setopt/unsetopt - Set/unset line reader options
  • setvar - Set line reader variables
  • colors - View color tables and ANSI styles
  • highlighter - Manage syntax highlighting themes

These commands can be used to provide a familiar command-line interface in JLine-based applications.