Skip to content

completers: Add unix pipe like completer

Guido Günther requested to merge pipe-completer into main

The completer gets the current preedit on stdin and can output a list of completions. We default to cat which just offers the current preedit as completion.

Signed-off-by: Guido Günther agx@sigxcpu.org

Merge request reports