Skip to content

Commit

Permalink
Add hotstrings for powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Mar 26, 2019
1 parent e7b6d7f commit 2d2b3fb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion GenericHotstrings.ahk
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
; Reference: https://autohotkey.com/docs/Hotstrings.htm#Options
; ----- email addresses ----------------
; ----- @self ----------------
::c@tbp::[email protected]
::c@gmail::[email protected]
::@tbp::TheBestPessimist

; ----- autohotkey highlighter ---------
; it's supposed to write this:
Expand All @@ -14,3 +15,14 @@
; ----- my autohotkey github -----------
::gitahk::https://git.tbp.land/AutoHotKey-Scripts/
::gitahkl::https://git.tbp.land/AutoHotKey-Launcher/


; ------ 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

0 comments on commit 2d2b3fb

Please sign in to comment.