GNU Readline

GNU Readline is a software library that provides in-line editing and history capabilities for interactive programs with a command-line interface, such as Bash. It is currently maintained by Chet Ramey as part of the GNU Project.

GNU Readline
Original author(s)Brian Fox
Developer(s)Chet Ramey
Initial release1989 (1989)
Stable release
8.2  / 26 September 2022
Repository
Written inC
TypeLibrary
License2009: GPL-3.0-or-later
1997: GPL-2.0-or-later
1994: GPL-1.0-or-later
Websitewww.gnu.org/software/readline/ 

It allows users to move the text cursor, search the command history, control a kill ring (a more flexible version of a copy/paste clipboard) and use tab completion on a text terminal. As a cross-platform library, readline allows applications on various systems to exhibit identical line-editing behavior.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.