diff options
-rw-r--r-- | tt.programs.explorer.ahk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tt.programs.explorer.ahk b/tt.programs.explorer.ahk index 012f7df..d3b023b 100644 --- a/tt.programs.explorer.ahk +++ b/tt.programs.explorer.ahk @@ -241,6 +241,14 @@ else Run, % "cmd /c cd "qp()" & git add " qip " && git status & pause" return +!+a:: +qip := qip() +if (qip = "") + Run, % "cmd /c cd "qp()" & git add -p . && git status & pause" +else + Run, % "cmd /c cd "qp()" & git add -p " qip " && git status & pause" +return + !f:: qip := qip() if (qip = "") |