rlwrap Command Examples

Add line editing, persistent history and prompt completion to a REPL command. More information: https://github.com/hanslub42/rlwrap.

rlwrap {{command}}

rlwrap --remember {{command}}

rlwrap --ansi-colour-aware {{command}}

rlwrap --complete-filenames {{command}}

rlwrap --prompt-colour={{black|red|green|yellow|blue|cyan|purple|white|colour_spec}} {{command}}