Difference between revisions of "Readline"

From Free Software Directory
Jump to: navigation, search
(readline-8.1-alpha)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU Readline
 
|Name=GNU Readline
|Short description=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=https://www.gnu.org/software/readline/
 
|Homepage URL=https://www.gnu.org/software/readline/
 
|Is High Priority Project=No
 
|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
 
|Documentation note=https://tiswww.cwru.edu/php/chet/readline/readline.html
 
|Documentation note=https://tiswww.cwru.edu/php/chet/readline/readline.html
  
Line 25: Line 26:
 
|Donate=https://my.fsf.org/donate/
 
|Donate=https://my.fsf.org/donate/
 
|Related projects=gnustandards,Linedit,Pyrepl,Uniread
 
|Related projects=gnustandards,Linedit,Pyrepl,Uniread
|Version identifier=8.0
+
|Version identifier=8.1-alpha
|Version date=2018/12/20
+
|Version date=2020/06/16
|Version status=testing
+
|Version status=alpha
|Version download=https://ftp.gnu.org/gnu/readline/readline-8.0-rc1.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/readline/readline-8.1-alpha.tar.gz
|Last review by=Bendikker
+
|Last review by=Genium
|Last review date=2019/01/05
+
|Last review date=2020/06/18
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011/04/01
 
|Submitted date=2011/04/01
|User level=intermediate
+
|User level=advanced
 
|Component programs=rl.c
 
|Component programs=rl.c
 
|Paid support=https://www.fsf.org/resources/service/
 
|Paid support=https://www.fsf.org/resources/service/
 
|Accepts cryptocurrency donations=Yes
 
|Accepts cryptocurrency donations=Yes
|OpenPGP signature=https://ftp.gnu.org/gnu/readline/readline-8.0-rc1.tar.gz.sig
+
|OpenPGP signature=https://ftp.gnu.org/gnu/readline/readline-8.1-alpha.tar.gz.sig
 
|Test entry=No
 
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=readline
 
|GNU package identifier=readline
|Decommissioned/Obsolete=No
 
|License verified date=2010-01-04
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
 
|License verified by=Genium
 
|License verified by=Genium
|License verified date=2016/12/16
+
|License verified date=2020/06/18
 +
|License note=https://git.savannah.gnu.org/cgit/readline.git/tree/COPYING
 
}}
 
}}
 
{{Person
 
{{Person
Line 57: Line 57:
 
|Resource audience=Python (Ref)
 
|Resource audience=Python (Ref)
 
|Resource URL=https://pypi.org/project/readline/
 
|Resource URL=https://pypi.org/project/readline/
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/readline6
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/readline5
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 64: Line 72:
 
{{Resource
 
{{Resource
 
|Resource audience=Savannah (Ref)
 
|Resource audience=Savannah (Ref)
 +
|Resource kind=Developer
 
|Resource URL=https://savannah.gnu.org/projects/readline/
 
|Resource URL=https://savannah.gnu.org/projects/readline/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Git
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://git.savannah.gnu.org/cgit/readline.git/
 
|Resource URL=https://git.savannah.gnu.org/cgit/readline.git/
Line 85: Line 95:
 
|Resource kind=General
 
|Resource kind=General
 
|Resource URL=https://savannah.gnu.org/people/
 
|Resource URL=https://savannah.gnu.org/people/
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q578173
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 91: Line 106:
 
|Library=C
 
|Library=C
 
|Programming-language=C
 
|Programming-language=C
|Runs-on=GNU/Linux
+
|Runs-on=Windows, BSD, OS X, GNU/Linux
 
|Text-creation=editor
 
|Text-creation=editor
 
|Use=text-creation
 
|Use=text-creation

Revision as of 06:56, 18 June 2020


[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







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


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


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


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


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


"Git" 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.








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.