Jline2

From Free Software Directory
 
Jump to: navigation, search


[edit]

Jline2

http://jline.github.io/jline2/
console input handling in Java

JLine is a Java library for handling console input. It is similar in functionality to BSD editline and GNU readline. People familiar with the readline/editline capabilities for modern shells (such as bash and tcsh) will find most of the command editing features of JLine to be familiar.

Jline2 suppors the current features:

  • Command history - Lines that have been previously entered may

be recalled and edited and can be persisted so that they are available across sessions of your program. * Line editing - JLine allows full editing of the current command line and attempts to mimic as much of the behavior of GNU Readline as possible, including support for both emacs and vi key mappings.

  • Completion - JLine provides a pluggable mechanism for

implementing command line tab completion (of course completion can be bound to any key you wish). * Custom Key bindings - Keys may be arbitrarily remapped to perform a specific action, and JLine attempts to honor any mapping that is set in your existing readline .inputrc file. * Character Masking - Input may be gathered from the user without any visual feedback. This is useful for prompting for passwords. * 99.99% Java - The vast portion of JLine is all Java, using only some small bit of native code, provided by the Jansi project, to support Windows.





Licensing

License

Verified by

Verified on

Notes

Verified by

Debian: tony mancill <tmancill@debian.org>

Verified on

29 November 2013

Notes

License: bsd-3-clause




Leaders and contributors

Resources and communication

AudienceResource typeURI
Downloadhttps://github.com/jline/jline2
Debian (Ref)https://tracker.debian.org/pkg/jline2


Software prerequisites




Entry







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








Date 2015-07-17
Source Debian
Source link http://packages.debian.org/sid/jline2

[[Category:]]



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.