1Reply::Plugin::ReadLineU(s3e)r Contributed Perl DocumentaRteipolny::Plugin::ReadLine(3)
2
3
4

NAME

6       Reply::Plugin::ReadLine - use Term::ReadLine for user input
7

VERSION

9       version 0.42
10

SYNOPSIS

12         ; .replyrc
13         [ReadLine]
14         history_file = .hist
15         history_length = 100
16

DESCRIPTION

18       This plugin uses Term::ReadLine to read lines from the user. This
19       enables useful features such as line editing and command history. The
20       history will be persisted between runs, by default in ".reply_history"
21       in your application data directory, although this is changeable with
22       the "history_file" option. To limit the number of lines written to this
23       file, you can use the "history_length" option. Setting a
24       "history_length" of 0 will disable writing history to a file entirely.
25
26       NOTE: you probably want to install a reasonable Term::ReadLine backend
27       in order for this plugin to be very useful. Term::ReadLine::Gnu is
28       highly recommended if possible.
29

AUTHOR

31       Jesse Luehrs <doy@tozt.net>
32
34       This software is Copyright (c) 2016 by Jesse Luehrs.
35
36       This is free software, licensed under:
37
38         The MIT (X11) License
39
40
41
42perl v5.30.0                      2019-07-26        Reply::Plugin::ReadLine(3)
Impressum