intelli-shell 3.4.0

Like IntelliSense, but for shells
1
2
3
4
5
6
7
8
9
10
11
12
Examples:
  # Open the interactive search interface
  intelli-shell search -i

  # Searches non-interactively for commands filtering by "docker", using the default config
  intelli-shell search docker

  # Searches non-interactively for user commands filtering by "docker" with exact mode
  intelli-shell search -m exact --user-only docker

  # Opens the interactive screen in full screen mode, suggesting commands with the help of AI
  intelli-shell search -i --full-screen --ai "undo last n commits"