Difference between revisions of "Readline"
m (gplv3) |
m (version 7.0) |
||
Line 3: | Line 3: | ||
|Short description=Lets users edit command lines as they are typed in | |Short description=Lets users edit command lines as they are typed in | ||
|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 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. | ||
− | |Homepage URL= | + | |Homepage URL=https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html |
|User level=intermediate | |User level=intermediate | ||
|Component programs=rl.c | |Component programs=rl.c | ||
|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 | + | |Documentation note=User and programmer's manuals included in the distribution; user manual available in HTML format from https://cnswww.cns.cwru.edu/php/chet/readline/readline.html user manual available from https://cnswww.cns.cwru.edu/php/chet/readline/rluserman.html |
|Related projects=Linedit,Pyrepl,Uniread | |Related projects=Linedit,Pyrepl,Uniread | ||
|Keywords=command line,library,editing,readline,librariers | |Keywords=command line,library,editing,readline,librariers | ||
− | |Version identifier= | + | |Version identifier=7.0 |
− | |Version date= | + | |Version date=2016/09/15 |
|Version status=stable | |Version status=stable | ||
− | |Version download=https://ftp.gnu.org/gnu/readline/readline- | + | |Version download=https://ftp.gnu.org/gnu/readline/readline-7.0.tar.gz |
|Last review by=Genium | |Last review by=Genium | ||
− | |Last review date= | + | |Last review date=2016/12/16 |
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
Line 25: | Line 25: | ||
}} | }} | ||
{{Project license | {{Project license | ||
− | |License= | + | |License=GPLv3orlater |
− | |License verified by= | + | |License verified by=Genium |
− | |License verified date= | + | |License verified date=2016/12/16 |
+ | |License note=http://git.savannah.gnu.org/cgit/readline.git/tree/COPYING | ||
}} | }} | ||
{{Person | {{Person | ||
Line 44: | Line 45: | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
|Resource URL=http://git.savannah.gnu.org/cgit/readline.git | |Resource URL=http://git.savannah.gnu.org/cgit/readline.git | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Developer | ||
+ | |Resource kind=Homepage | ||
+ | |Resource URL=https://savannah.gnu.org/projects/readline/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Developer | ||
+ | |Resource kind=Download | ||
+ | |Resource URL=https://ftp.gnu.org/gnu/readline/ | ||
}} | }} | ||
{{Software category | {{Software category |
Revision as of 10:55, 16 December 2016
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.
This is a GNU package:readline
Download
https://ftpmirror.gnu.org/readline/readline-8.2.tar.gz
version 8.2
(stable)
released on 26 September 2022
OpenPGP signature URL: https://ftpmirror.gnu.org/readline/readline-8.2.tar.gz.sig
Categories
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Genium
Verified on
27 September 2022
Leaders and contributors
Contact(s) | Role |
---|---|
Chet Ramey | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Savannah | VCS Repository Webview | https://git.savannah.gnu.org/gitweb/?p=readline.git |
FTP | Download | https://ftp.gnu.org/gnu/readline/ |
Savannah | VCS Repository Webview | https://git.savannah.gnu.org/cgit/readline.git/ |
Debian | Developer | https://tracker.debian.org/pkg/readline |
Savannah | Developer | https://savannah.gnu.org/projects/readline/ |
Python | Developer | https://pypi.org/project/gnureadline/ |
Debian | Developer | https://tracker.debian.org/pkg/readline6 |
Debian | Developer | https://tracker.debian.org/pkg/readline5 |
Mailing List | https://lists.gnu.org/mailman/listinfo/bug-readline/ | |
FTP | General | https://ftpmirror.gnu.org/readline/ |
Wikidata | General | https://www.wikidata.org/wiki/Q578173 |
Software prerequisites
This entry (in part or in whole) was last reviewed on 27 September 2022.
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.