Command Completion

System command completion.

class kmd.completions.command.CommandCompletion

Complete names of commands on the system PATH.

CommandCompletion.__call__(text)

Return executables matching ‘text’. Does not include shell built-ins or aliases.

Previous topic

Environment Completion

Next topic

String Quoting