hpr2453 :: The power of GNU Readline - part 2
Various ways of deleting and undeleting on the command line with GNU Readline
Hosted by Dave Morriss on Wednesday, 2017-12-27 is flagged as Explicit and is released under a CC-BY-SA license.
command line, cli, GNU Readline.
1.
The show is available on the Internet Archive at: https://archive.org/details/hpr2453
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:19:25
GNU Readline.
GNU Readline is a software library that provides line-editing and history capabilities for interactive programs with a command-line interface, such as Bash. It is currently maintained by Chet Ramey as part of the GNU Project. This series looks at some of the features of this powerful library.
The power of GNU Readline - part 2
In part 1 we looked at some Control
key and Meta
key sequences as well as the Backspace
and DEL
keys in the context of GNU Readline.
The full-length notes (available by clicking this link) contain a brief summary of what we covered and introduce cutting and pasting the GNU Readline way, with some examples.
Links
- Consistent BackSpace and Delete Configuration
- Wikipedia article on GNU Readline
- GNU Readline manual: https://tiswww.cwru.edu/php/chet/readline/rluserman.html (Note that the widely advertised address https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html seems not to work any more. This one, which I found through the main GNU site, seems OK though)
- Previous episode:
- Resources: