1 2 3 4 5 6 7 8
[metadata] name = "alias" description = "A channel to select from shell aliases" [source] command = "Get-Alias | %{ \"{0,-10} = {1,-10}\" -f $_.Name,$_.Definition }" interactive = true output = "{split:=:0|trim}"