posh-tabcomplete 0.1.2

Blazing fast tab completion for powershell.
Documentation
1
2
3
4
5
6
$ErrorActionPreference = "Stop"
. $PSScriptRoot/../profiles/BothProfiles.ps1
cd repo
$len = $(Invoke-TabComplete "git checkout ")
echo $len.Length
if ($len.Length -lt 50) { exit 1; }