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()"
|
||||
|
||||
- trigger: ":test"
|
||||
replace: "test('', () => {\nexpect().()\n}\n)"
|
||||
replace: "test('', () => {})"
|
||||
|
||||
- trigger: ":inc"
|
||||
replace: "#include"
|
||||
|
|
@ -129,6 +129,14 @@ matches:
|
|||
- trigger: ":ping"
|
||||
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
|
||||
- trigger: ":ip"
|
||||
replace: "{{output}}"
|
||||
|
|
|
|||
|
|
@ -133,6 +133,10 @@ matches:
|
|||
- trigger: "!od"
|
||||
replace: "https://odysee.com/$/search?q="
|
||||
|
||||
# Prepares Quetre search
|
||||
- trigger: "!od"
|
||||
replace: "https://quetre.iket.me/search?q="
|
||||
|
||||
# Returns public ip address
|
||||
- trigger: ":ip"
|
||||
replace: "{{output}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue