| Title | Author | Age | Description |
|---|---|---|---|
| TabExpansion for V2CTP3 | foobar | 432 days ago | The most needless, useless and worthless Tabexpansion for powershell.exe(v2.0CTP3) in PoshCode.
<br> Get-ChildItem -Filter *.txt -Recurse | Where-Object { $_.LastWriteTime -lt “2009/5” } | Select-String powershell -Exclude OEM<tab> Get-ChildItem -Filter *.txt -Recurse | Where-Object { $_.LastWriteTime -lt “2009/5” } | Select-String powershell -Encoding OEM<tab> Get-ChildItem -Filter *.txt -Recurse | Where-Object { $_.LastWriteTime -lt “2009/5” } | Select-String powershell -ErrorAction OEM<tab><tab>... |
| TabExpansion | foobar | 432 days ago | The most needless, useless and worthless Tabexpansion for powershell.exe(v1.0) in PoshCode.
(*) it needs to remove old $PSHOME\WMIClasses.txt if it exists. |
| TabExpansion for V2CTP3 | foobar | 460 days ago | Ported TabExpansion from V2CTP2 to V2CTP3 and extended. Please dot souce this script file to use. |
| TabExpansion | foobar | 460 days ago | Ported TabExpansion from V2CTP2 to v1.0 and extended. Please dot souce this script file to use.
with double Ctrl+K, it encloses tokens with $( ) for ( $i=0;$j=1<Ctrl+K><Ctrl+K><tab><tab> for ( $($i=0;$j=1) if there is a charactor between <Ctrl+K> and <tab>, it is inserted between tokens 1+1 | {$_*2}<Ctrl+K>%<tab> 1+1 | %{$_*2} 1+1 +1+1<Ctrl+K>;<tab> 1+1 ;+1+1if the charactor is ( or { or {, tokens are enclosed ( ) or { } or {} int<Ctrl+K>[<tab> [int] with double Ctrl+K, and if there is a charactor between <Ctrl+K> and <tab>, it is inserted between tokens with ‘$’ C:\WINDOWS\system32\notepad.exe<Ctrl+K><Ctrl+K>{<tab> ${C:\WINDOWS\system32\notepad.exe} % and ? are given special treatment with double Ctrl+K, these enclose tokens with % { } or ? { } behind ‘|’ ls | $_.LastWriteTime -gt “2009/5”<Ctrl+K><Ctrl+K>?<tab> ls | ? {$_.LastWriteTime -gt “2009/5”} ls | $_.FullName<Ctrl+K><Ctrl+K>%<tab> ls | % {$_.FullName} |
| TabExpansion for V2CTP3 | foobar | 467 days ago | Ported TabExpansion from V2CTP2 to V2CTP3 and extended. Please dot souce this script file to use. |
| TabExpansion | foobar | 467 days ago | Ported TabExpansion from V2CTP2 to v1.0 and extended. Please dot souce this script file to use.
alias -> function -> filter -> cmdlet -> script -> external command
[in<tab>[st<tab>[system<tab>
before echo “powershell”|te<tab> echo “powershell|tee” after echo “powershell”|te<tab> echo “powershell”|tee
|
| TabExpansion for V2CTP3 | foobar | 475 days ago | Ported TabExpansion from V2CTP2 to V2CTP3 and extended. Please dot souce this script file to use.
|
| TabExpansion for V2CTP3 | foobar | 523 days ago | Ported TabExpansion from V2CTP2 to V2CTP3 and extended. Please dot souce this script file to use. |
| TabExpansion | foobar | 523 days ago | Ported TabExpansion from V2CTP2 to v1.0 and extended. Please dot souce this script file to use.
1: PS > <command><Ctrl+X><tab> # Cut current line 2: PS > <Ctrl+V><tab> # Paste a line that was copyed now
1: PS > dir 2: PS > dir – 3: PS > dir -<Ctrl+V><tab> # Paste words that were copyed now
1: PS > Get-ChildItem *.txt<Ctrl+Z><tab> # Cut last word in current line 2: PS > Get-ChildItem 3: PS > Get-ChildItem -Exclude <Ctrl+V><tab> # Paste last word that was copyed now |
| TabExpansion for V2CTP3 | foobar | 544 days ago | Ported TabExpansion from V2CTP2 to V2CTP3 and extended. Please dot souce this script file to use. |
PowerShell Code Repository