Difference between revisions of "Readline"

From Free Software Directory
Jump to: navigation, search
m (gplv3)
(readline-8.2)
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU Readline
 
|Name=GNU Readline
|Short description=Lets users edit command lines as they are typed in
+
|Short description=Edit command lines while typing, with history support
|Full description=The Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both [[Emacs]] and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those lines, and perform csh-like history expansion on previous commands.
+
|Full description=The GNU readline library allows users to edit command lines as they are typed in. It can maintain a searchable history of previously entered commands, letting you easily recall, edit and re-enter past commands. It features both [[Emacs]]-like and [[vi]]-like keybindings, making its usage comfortable for anyone.
|Homepage URL=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
+
|Homepage URL=https://www.gnu.org/software/readline/
|User level=intermediate
+
|Version download=https://ftpmirror.gnu.org/readline/readline-8.2.tar.gz
|Component programs=rl.c
+
|Is High Priority Project=No
 
|VCS checkout command=git clone git://git.savannah.gnu.org/readline.git
 
|VCS checkout command=git clone git://git.savannah.gnu.org/readline.git
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=User and programmer's manuals included in the distribution; user manual available in HTML format from http://cnswww.cns.cwru.edu/php/chet/readline/readline.html user manual available from http://cnswww.cns.cwru.edu/php/chet/readline/rluserman.html
+
|Documentation note=https://tiswww.cwru.edu/php/chet/readline/readline.html
|Related projects=Linedit,Pyrepl,Uniread
+
 
|Keywords=command line,library,editing,readline,librariers
+
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
|Version identifier=6.3
+
 
|Version date=2014/02/26
+
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
|Version status=stable
+
 
|Version download=https://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz
+
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards,Linedit,Pyrepl,Uniread
 +
|Version identifier=8.1-alpha
 +
|Version date=2020/06/16
 +
|Version status=alpha
 
|Last review by=Genium
 
|Last review by=Genium
|Last review date=2014/03/01
+
|Last review date=2020/06/18
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011-04-01
+
|Submitted date=2011/04/01
|Status=
+
|User level=advanced
 +
|Component programs=rl.c
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/readline/readline-8.1-alpha.tar.gz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=readline
 
|GNU package identifier=readline
|License verified date=2010-01-04
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv3
+
|License=GPLv3orlater
|License verified by=genium
+
|License copyright=Copyright (C) 1987-2022 Free Software Foundation, Inc.
|License verified date=2014/03/01
+
|License verified by=Genium
 +
|License verified date=2022-09-27
 +
|License note=https://git.savannah.gnu.org/cgit/readline.git/tree/COPYING
 +
}}
 +
{{Software category
 +
|Editor=programming
 +
|Interface=library
 +
|Library=C
 +
|Programming-language=C
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux
 +
|Text-creation=editor
 +
|Use=text-creation
 +
|Works-with=text
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=readline
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Chet Ramey
 
|Real name=Chet Ramey
 
|Role=Maintainer
 
|Role=Maintainer
|Email=chet@po.cwru.edu
+
|Email=chet.ramey@case.edu
|Resource URL=
+
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/readline/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource audience=Savannah
|Resource kind=E-mail
+
|Resource kind=VCS Repository Webview
|Resource URL=mailto:bug-readline@gnu.org
+
|Resource URL=https://git.savannah.gnu.org/cgit/readline.git/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Savannah
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://git.savannah.gnu.org/cgit/readline.git
+
|Resource URL=https://git.savannah.gnu.org/gitweb/?p=readline.git
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-readline/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/readline/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=General
 +
|Resource URL=https://ftpmirror.gnu.org/readline/
 +
}}
 +
{{Resource
 +
|Resource audience=Python
 +
|Resource kind=Developer
 +
|Resource URL=https://pypi.org/project/gnureadline/
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/readline6
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/readline5
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/readline
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q578173
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Editor=programming
+
|Is High Priority Project=No
|Interface=library
+
|Decommissioned or Obsolete=No
|Text-creation=editor
+
|Version identifier=8.2
|Use=text-creation
+
|Version date=2022-09-26
|Works-with=text
+
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2022-09-27
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftpmirror.gnu.org/readline/readline-8.2.tar.gz.sig
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 10:10, 27 September 2022


[edit]

GNU Readline

https://www.gnu.org/software/readline/
Edit command lines while typing, with history support

The GNU readline library allows users to edit command lines as they are typed in. It can maintain a searchable history of previously entered commands, letting you easily recall, edit and re-enter past commands. It features both Emacs-like and vi-like keybindings, making its usage comfortable for anyone.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

27 September 2022




Leaders and contributors

Contact(s)Role
Chet Ramey Maintainer


Resources and communication

AudienceResource typeURI
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/gitweb/?p=readline.git
FTPDownloadhttps://ftp.gnu.org/gnu/readline/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/readline.git/
DebianDeveloperhttps://tracker.debian.org/pkg/readline
SavannahDeveloperhttps://savannah.gnu.org/projects/readline/
PythonDeveloperhttps://pypi.org/project/gnureadline/
DebianDeveloperhttps://tracker.debian.org/pkg/readline6
DebianDeveloperhttps://tracker.debian.org/pkg/readline5
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-readline/
FTPGeneralhttps://ftpmirror.gnu.org/readline/
WikidataGeneralhttps://www.wikidata.org/wiki/Q578173


Software prerequisites

This entry (in part or in whole) was last reviewed on 27 September 2022.




Entry









"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Python" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.