Added expander for quetre
This commit is contained in:
parent
4901acc010
commit
6be5c9b57c
2 changed files with 13 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ matches:
|
||||||
replace: "console.table()"
|
replace: "console.table()"
|
||||||
|
|
||||||
- trigger: ":test"
|
- trigger: ":test"
|
||||||
replace: "test('', () => {\nexpect().()\n}\n)"
|
replace: "test('', () => {})"
|
||||||
|
|
||||||
- trigger: ":inc"
|
- trigger: ":inc"
|
||||||
replace: "#include"
|
replace: "#include"
|
||||||
|
|
@ -129,6 +129,14 @@ matches:
|
||||||
- trigger: ":ping"
|
- trigger: ":ping"
|
||||||
replace: "ping 8.8.8.8"
|
replace: "ping 8.8.8.8"
|
||||||
|
|
||||||
|
# Prepares Odysee search
|
||||||
|
- trigger: "!od"
|
||||||
|
replace: "https://odysee.com/$/search?q="
|
||||||
|
|
||||||
|
# Prepares Quetre search
|
||||||
|
- trigger: "!od"
|
||||||
|
replace: "https://quetre.iket.me/search?q="
|
||||||
|
|
||||||
# Returns public ip address
|
# Returns public ip address
|
||||||
- trigger: ":ip"
|
- trigger: ":ip"
|
||||||
replace: "{{output}}"
|
replace: "{{output}}"
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,10 @@ matches:
|
||||||
- trigger: "!od"
|
- trigger: "!od"
|
||||||
replace: "https://odysee.com/$/search?q="
|
replace: "https://odysee.com/$/search?q="
|
||||||
|
|
||||||
|
# Prepares Quetre search
|
||||||
|
- trigger: "!od"
|
||||||
|
replace: "https://quetre.iket.me/search?q="
|
||||||
|
|
||||||
# Returns public ip address
|
# Returns public ip address
|
||||||
- trigger: ":ip"
|
- trigger: ":ip"
|
||||||
replace: "{{output}}"
|
replace: "{{output}}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue