intelli-shell 3.4.0

Like IntelliSense, but for shells
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Examples:
  # Add the following to your .bashrc:
  eval "$(intelli-shell init bash)"

  # Add the following to your .zshrc:
  eval "$(intelli-shell init zsh)"

  # Add the following to your config.fish:
  intelli-shell init fish | source

  # Add the following to your config.nu:
  intelli-shell init nushell | save -f ($nu.data-dir | path join "vendor/autoload/intelli-shell.nu")

  # Add the following to your PowerShell profile:
  intelli-shell init powershell | Out-String | Invoke-Expression