✨ Added more privacy related measures
This commit is contained in:
parent
cda7ffc44a
commit
8a9077f930
4 changed files with 13 additions and 3 deletions
|
|
@ -116,16 +116,23 @@ matches:
|
|||
- trigger: ":clt"
|
||||
replace: "console.table()"
|
||||
|
||||
- trigger: ":test"
|
||||
replace: "test('', () => {})"
|
||||
|
||||
- trigger: ":inc"
|
||||
replace: "#include"
|
||||
|
||||
- trigger: ":sh"
|
||||
replace: "#!/bin/sh"
|
||||
replace: "#!/usr/bin/env bash"
|
||||
|
||||
# Pings google dns server
|
||||
- trigger: ":ping"
|
||||
replace: "ping 8.8.8.8"
|
||||
|
||||
# Prepares Odysee search
|
||||
- trigger: "!od"
|
||||
replace: "https://odysee.com/$/search?q="
|
||||
|
||||
# Returns public ip address
|
||||
- trigger: ":ip"
|
||||
replace: "{{output}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue