sade icon indicating copy to clipboard operation
sade copied to clipboard

Tab-Completion for command arguments

Open ghost opened this issue 6 years ago • 1 comments

Would be awesome if command arguments could be tab-completed. For example with the command prog.command('install '), you could specify some options for , so let's say Wordpress or Drupal, and when I'm typing out the command if I type Wo and press tab then it would autocomplete to Wordpress. Similar to Vorpal's autocomplete

ghost avatar Oct 01 '18 14:10 ghost

For our use case (management of multiple servers through cli), tab-completion is a game-changer.

Ex: on a command to show details of one server (between hundreds) which is possible to write only part of a server name, we could search for possible match(es) to auto-complete when receiving the "tab" signal.

If we could only manage the "tab" signal, it would be enough.

paulocoghi avatar Jul 14 '23 22:07 paulocoghi