Questions tagged [readline]

These questions are about GNU Readline, a library that provides command-line editing and history searching capabilities for Bash and other interactive command-line programs. Use this tag for questions relating to the use of Readline functionality in Bash and other software.

should be used for questions pertaining to the configuration and use of GNU Readline in Bash and other command-line software as Python or MySQL (see , and ). Use for questions about Readline's configuration file and its syntax.

GNU Readline is a library that provides line-editing and history capabilities for interactive programs with a command-line interface, such as Bash or Python. Readline has different modes such as Emacs mode and vi mode which provides Emacs/vi-like bindings for line-editing.

Readline's configuration file is ~/.inputrc, see for questions and answers specific to its syntax.

Further reading

External links

16 questions
16
votes
1 answer

How do I do this "install: you may need to run ldconfig"

I need to install readline on a Linux server. Since I don't have sudo access, I tried this instruction but I got into a problem. I've installed readline by using ./configure, make, make install. In the end it asks me install: you may need to run…
Mehrshad
  • 282
  • 1
  • 2
  • 10
1
vote
2 answers

"readline" when there is output at beginning of line

I am using the (excellent) readline (version 6.3, default [non-vi] mode) library from within my own program, running in a Terminal window (on a PC). There is a problem when there is previous output not terminated by newline when readline() is…
JonBrave
  • 649