1Reply::Plugin::ReadLineU(s3e)r Contributed Perl DocumentaRteipolny::Plugin::ReadLine(3)
2
3
4
6 Reply::Plugin::ReadLine - use Term::ReadLine for user input
7
9 version 0.42
10
12 ; .replyrc
13 [ReadLine]
14 history_file = .hist
15 history_length = 100
16
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
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.38.0 2023-07-21 Reply::Plugin::ReadLine(3)