Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can rlwrap use a wrapped command's own TAB completion?

Tags:

People also ask

What is the use of rlwrap?

rlwrap is a 'readline wrapper', a small utility that uses the GNU Readline library to allow the editing of keyboard input for any command.

What is rlwrap netcat?

rlwrap runs the specified command, intercepting user input in order to provide readline's line editing, persistent history and completion.


I want to use rlwrap with a custom erlang repl.

It works perfectly if I run it as "rlwrap -a myrepl".

The problem is that myrepl has builtin tab completion which gets trampled by rlwrap.

I want to make rlwrap to release the TAB key