-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanguage.json
63 lines (54 loc) · 2.63 KB
/
language.json
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
59
60
61
62
63
{
"w": "Close Current Window",
"i": "open TeamViewer",
"e": "open Emacs",
"m": "open Nylas Mail",
"t": "open Tilix",
"dw": "open ~/Downloads",
"sa": "Show Abbreviations",
"lg": "execute gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell --method org.gnome.Shell.Eval 'Main.lookingGlass.toggle();'",
"s": "open Slack",
"sk": "slack Kesha",
"sd": "slack data-hub",
"=": "open Telegram",
"=m": "telegram Mary",
"=v": "telegram Volodymyr Barna",
"j": "open Chrome",
"h": "open http://hckrnews.com",
"id": "open http://idiod.leprosorium.ru",
"st": "open https://hangouts.google.com/hangouts/_/brightbytes.net/s-squad?authuser=1",
"tr": "open https://trello.com/b/8QZLKpIA/dev-sis-dpl",
"cl": "open https://calendar.google.com/calendar/b/1/render#main_7",
"bbm": "open https://mail.google.com/mail/u/1/",
"csa": "open http://sandbox.dpl.bbinternal.net/",
"cst": "open http://staging.dpl.bbinternal.net/",
"cpr": "open http://dpl.bbinternal.net/",
"ogc": "open https://github.com/brightbytes/dpl-conductor",
"oa": "open https://us-west-2.console.aws.amazon.com/console/home?region=us-west-2#",
"oas": "open https://console.aws.amazon.com/s3/home?region=us-west-2#",
"osab": "open https://console.aws.amazon.com/s3/buckets/bb-pipeline-sandbox/?region=us-west-2&tab=overview",
"osarb": "open https://console.aws.amazon.com/s3/buckets/bb-pipeline-sandbox-rawdata/?region=us-west-2&tab=overview",
"ostb": "open https://console.aws.amazon.com/s3/buckets/bb-pipeline-staging/?region=us-west-2&tab=overview",
"ostrb": "open https://console.aws.amazon.com/s3/buckets/bb-pipeline-staging-rawdata/?region=us-west-2&tab=overview",
"oprb": "open https://console.aws.amazon.com/s3/buckets/bb-pipeline-production/?region=us-west-2&tab=overview",
"oprrb": "open https://console.aws.amazon.com/s3/buckets/bb-pipeline-production-rawdata/?region=us-west-2&tab=overview",
"r": "open RubyMine",
"rb": "open ~/dev/pet/abbrv",
"rq": "open ~/dev/work/data_pipeline-acquire",
"re": "open ~/dev/work/clarity_early_warning",
"ra": "open ~/dev/work/data_pipeline_automation",
"rs": "open ~/dev/work/data_pipeline-data_staging",
"rl": "open ~/dev/work/data_pipeline-loader",
"rp": "open ~/dev/work/data_pipeline",
"rr": "open ~/dev/work/dpl-conductor",
"cwm": "open CustomerWorkflow model",
"tm": "open Transformation model",
"tgm": "open TransformationGroup model",
"gap": "type git add --patch",
"gd": "type git diff",
"gc": "type git commit --message '",
"g.": "type git commit --all --message '.'",
"gcp": "type git commit --patch ",
"gp": "type git push",
"gpl": "type git pull"
}