Skip to content

Commit

Permalink
Powershell hotstrings use . at the beginning, just like the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed May 3, 2020
1 parent 510a5ce commit 5a0200d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions hotstrings/GenericHotstrings.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@

; ------ powershell --------------------
::.pwsh::powershell

#If WinActive("ahk_exe powershell.exe")
::pwshtranscript::Start-Transcript -NoClobber -OutputDirectory $(Join-Path $(Resolve-Path "~") "\Desktop\PowershellTranscripts\")
:O:pwshtop::while($true){{}$TheCommandOutput = `; clear; echo $TheCommandOutput; Date; sleep 1{}}{left 47}
:O:pwshfind::Get-ChildItem -Force -Recurse -Include **{left 1}
#If
::.pwshtranscript::Start-Transcript -NoClobber -OutputDirectory $(Join-Path $(Resolve-Path "~") "\Desktop\PowershellTranscripts\")
:O:.pwshtop::while($true){{}$TheCommandOutput = `; clear; echo $TheCommandOutput; Date; sleep 1{}}{left 47}
:O:.pwshfind::Get-ChildItem -Force -Recurse -Include **{left 1}



Expand Down

0 comments on commit 5a0200d

Please sign in to comment.