-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7b6d7f
commit 2d2b3fb
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
@@ -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 |