intelli-shell 3.4.0

Like IntelliSense, but for shells
1
2
3
4
5
6
Examples:
  # Deletes the dynamic completion for global {{container}} variable
  intelli-shell completion delete container

  # Deletes the dynamic completion for {{branch}} variable of 'git' commands
  intelli-shell completion delete --command git branch