-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.yml
128 lines (100 loc) · 3.62 KB
/
default.yml
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# espanso configuration file
# This is the default configuration file, change it as you like it
# You can refer to the official documentation:
# https://espanso.org/docs/
# Matches are the substitution rules, when you type the "trigger" string
# it gets replaced by the "replace" string.
matches:
# Simple text replacement
- trigger: ":espanso"
replace: "Hi there!"
# Dates
- trigger: ":date"
replace: "{{mydate}}"
vars:
- name: mydate
type: date
params:
format: "%d/%m/%Y"
# Shell commands
- trigger: ":shell"
replace: "{{output}}"
vars:
- name: output
type: shell
params:
cmd: "echo Hello from your shell"
# Shortform for bootstrap-server
- trigger: "--bs"
replace: "--bootstrap-server"
# Thanks
- trigger: "..thx"
replace: "Thanks,\nSaurabh"
# Regards
- trigger: "..reg"
replace: "Regards,\nSaurabh"
# Zendesk URL
- trigger: "..case"
replace: "https://confluent.zendesk.com/agent/tickets/"
# triage
- trigger: "..tri1"
replace: "Thank you for reaching out to Confluent Support. My name is Saurabh, a technical support engineer working in the IST region. I will assist you with this ticket."
- trigger: "..tri2"
replace: "Thank you for contacting Confluent Support. I'm Saurabh, from Global Technical Support and I will assist you with this ticket."
# WebEx URL
- trigger: "..web"
replace: "https://confluent-support.webex.com/meet/slambe"
# Meeting summary
- trigger: "..summ"
replace: "Thank you for your time earlier today. Please find the meeting summary below:\n\nATTENDEES:\n\nFINDINGS:\n\nNEXT STEPS:\n\nRegards,\nSaurabh"
# JIRA
- trigger: "..jira"
replace: "https://confluentinc.atlassian.net/browse/"
# Zoom
- trigger: "..zoo"
replace: "https://confluent.zoom.us/my/slambe"
# Confluent Cloud
- trigger: "..cc"
replace: "Confluent Cloud"
# Signature
- trigger: "..sig"
replace: "Regards,\nSaurabh Lambe\nTechnical Support Engineer\nConfluent"
# Reference cases
- trigger: "..ref"
replace: "Reference cases:\n"
# Apache JIRA
- trigger: "..apache"
replace: "https://issues.apache.org/jira/browse/"
# confluent platform
- trigger: "..cp"
replace: "Confluent Platform"
# confluent
- trigger: "..cf"
replace: "Confluent"
# severity guide
- trigger: "..sev"
replace: "https://support.confluent.io/hc/en-us/articles/360042735832-Welcome-to-Confluent-Support"
# feedback
- trigger: "..pleasure"
replace: "Please feel free to raise a new ticket if you require assistance in the future. It was a pleasure assisting you."
# severity
- trigger: "..lower"
replace: "Please note that lowering the priority does not have a bearing on the case analysis. This is only to accurately reflect the current status."
# triage3
- trigger: "..tri3"
replace: "Thank you for contacting Confluent Support. My name is Saurabh, I will assist you with this ticket."
# Downloads path
- trigger: "..dn"
replace: "~/Downloads/"
# confluent control center
- trigger: "..c3"
replace: "Confluent Control Center"
# priority
- trigger: "..p2"
replace: "A Priority Two Issue means (i) the production system is functioning with limited capabilities, or (ii) the production system is unstable with periodic interruptions."
# priority
- trigger: "..p1"
replace: "A Priority One Error means (i) the production system is severely impacted or completely shut down, or (ii) the production system operations or mission-critical applications are down."
# jisho
- trigger: "..jis"
replace: "https://jisho.org/search/"