#1135863 golang-github-lmorg-readline Pure Go reimplimentation of readline

#1135863#5
Date:
2026-05-06 19:06:16 UTC
From:
To:
* Package name    : golang-github-lmorg-readline
   Version         : 4.2.2-1
   Upstream Author : Laurence Morgan
* URL             : https://github.com/lmorg/readline
* License         : Apache-2.0
   Programming Lang: Go
   Description     : Pure Go reimplimentation of readline

  This package provides the interactive capabilities for various command
  line interfaces such as the Murex shell
  .
  It also has experimental support for handling text input operations in
  GUI applications. However its primary focus is as a "batteries included"
  CLI input library
  .
  readline hotkeys can be found in Murex's documentation
  (https://murex.rocks/user-guide/terminal-keys.html). While some of that
  document will be specific to Murex, the vast majority of Murex's
  interactive capabilities is leveraged via this readline package
  .
  The Murex shell depends on this package