-
Notifications
You must be signed in to change notification settings - Fork 1
/
shortcuts.ahk
58 lines (45 loc) · 903 Bytes
/
shortcuts.ahk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
;RANDOMS
^!b::
Run D:\PLATAFORMA10\Usuarios\fcuassolo\Desktop\FACUNDO\programas\cmder\Cmder.exe /Single "d:\P10\Desarrollo"
return
^!d::
Run D:\P10\Desarrollo
return
::/comp::
Send, prun.bat comp.py {Right 1}
return
::/pass::
Send, {Text}zhKuQ!13
return
;PAGINAS
::/gitlab::
Run, http://gitlab.plataforma.com/
return
::/jira::
Run, https://plataforma10.atlassian.net/secure/RapidBoard.jspa?projectKey=PCOM&rapidView=3
return
::/asana::
Run, https://app.asana.com/0/1859560842186/list
return
::/mail::
Send, {Text}facundo.cuassolo@plataforma10.com
return
; COMANDO GIT
::/desa::
Send, git checkout desarrollo {enter}
return
::/pull::
Send, git pull origin desarrollo {enter}
return
::/commit::
Send, git commit -m "" {left 2}
return
::/branch::
Send, git checkout -b {Right 1}
return
::/status::
Send, git status {enter}
return
::/push::
Send, git push origin {Right 1}
return