feat: load in current macros

This commit is contained in:
Naomi Carrigan 2024-10-02 14:28:24 -07:00
parent 6b12140039
commit 36fcca11a7
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8
6 changed files with 84 additions and 0 deletions

7
match/discord.yml Normal file
View File

@ -0,0 +1,7 @@
matches:
- trigger: "d.promo"
replace: "Please do not self-promote. This includes advertising your social media, projects, blogs, and anything else where you are gaining benefits from leveraging our community to drive traffic to your site."
- trigger: "d.modping"
replace: "Please do not ping the entire moderation team for non-urgent situations."
- trigger: "d.everyone"
replace: "Please do not try to mention everyone in the server. We have users all around the world, across many timezones. Trying to mention all of them to address your query is self-centred and rude."

11
match/docs.yml Normal file
View File

@ -0,0 +1,11 @@
matches:
- trigger: "docs.contribute"
replace: "https://docs.nhcarrigan.com/dev/contributing/"
- trigger: "docs.coc"
replace: "https://docs.nhcarrigan.com/community/coc/"
- trigger: "docs.terms"
replace: "https://docs.nhcarrigan.com/legal/terms/"
- trigger: "docs.privacy"
replace: "https://docs.nhcarrigan.com/legal/privacy/"
- trigger: "docs.community"
replace: "https://docs.nhcarrigan.com/community/guide/"

51
match/gifs.yml Normal file
View File

@ -0,0 +1,51 @@
matches:
- trigger: "gif.waltz"
replace: "https://media1.tenor.com/m/kO5ruOuFkiYAAAAC/violet-evergarden-anime.gif"
- trigger: "gif.kiss"
replace: "https://media1.tenor.com/m/hdFfH-A8UwoAAAAd/yuki-tsukumo-yuki.gif"
- trigger: "gif.jinx"
replace: "https://media1.tenor.com/m/rgPmLy-LrrgAAAAC/anime-cute.gif"
- trigger: "gif.fabulous"
replace: "https://media1.tenor.com/m/jKIq-XwBErgAAAAC/zero-two-darling-in-the-franxx.gif"
- trigger: "gif.wake"
replace: "https://media1.tenor.com/m/feKcxglGTmEAAAAd/terakomari-gandesblood-hikikomari-kyuuketsuki-no-monmon.gif"
- trigger: "gif.fix"
replace: "https://media1.tenor.com/m/rbmuthchA8cAAAAC/anime-mechanic.gif"
- trigger: "gif.comfort"
replace: "https://media1.tenor.com/m/Hgt-mT0KXN0AAAAd/chtholly-tiat.gif"
- trigger: "gif.error"
replace: "https://media1.tenor.com/m/9p1NW-ml_rYAAAAC/windows7-animoooo-grill.gif"
- trigger: "gif.tired"
replace: "https://media1.tenor.com/m/EAKYKQFu4BAAAAAC/maki-computer.gif"
- trigger: "gif.bored"
replace: "https://media1.tenor.com/m/GX7e2p31RlQAAAAC/anime-tumblr.gif"
- trigger: "gif.praise"
replace: "https://media1.tenor.com/m/4-yCmKYkVgoAAAAC/elaina.gif"
- trigger: "gif.wait"
replace: "https://media1.tenor.com/m/gEpKdawu7moAAAAd/waiting-bored.gif"
- trigger: "gif.reverse"
replace: "https://media1.tenor.com/m/0d_aB3xxWroAAAAd/uno-reverse-card-anime.gif"
- trigger: "gif.annoyed"
replace: "https://media1.tenor.com/m/MvKZZ7JCkUMAAAAC/anime-angry.gif"
- trigger: "gif.sword"
replace: "https://media1.tenor.com/m/EWhFGCTfmucAAAAC/akame-ga-kill-akame.gif"
- trigger: "gif.blush"
replace: "https://media1.tenor.com/m/CEkiOjpsylwAAAAd/kitagawa-kitagawa-marin.gif"
- trigger: "gif.smart"
replace: "https://media1.tenor.com/m/hPsNhgYicFMAAAAC/anime-chibi.gif"
- trigger: "gif.ignore"
replace: "https://media1.tenor.com/m/AlUkiGkR2j8AAAAC/new-game-ahagon-umiko-programming.gif"
- trigger: "gif.smoke"
replace: "https://media.tenor.com/FJ8kmkejJx4AAAPo/anime-cool.gif"
- trigger: "gif.shh"
replace: "https://media1.tenor.com/m/P32p3dPsEgkAAAAC/combatants-will-be-dispatched-sentouin-hakenshimasu.gif"
- trigger: "gif.giggle"
replace: "https://media1.tenor.com/m/3_Yh8BaRLAIAAAAC/to-love-ru-nana-astar-deviluke.gif"
- trigger: "gif.wave"
replace: "https://media1.tenor.com/m/FvthnLepGgAAAAAC/hi-hello.gif"
- trigger: "gif.salute"
replace: "https://media1.tenor.com/m/DBT7E154-pgAAAAC/anime.gif"
- trigger: "gif.thank"
replace: "https://media1.tenor.com/m/xITmP6QW3woAAAAC/curtsy-anime.gif"
- trigger: "gif.peek"
replace: "https://media1.tenor.com/m/X7tqC1BVu4sAAAAC/anime-peek-yaotome-urushi.gif"

7
match/hacktoberfest.yml Normal file
View File

@ -0,0 +1,7 @@
matches:
- trigger: "hf.ps"
replace: "Please keep all projects to <#1280522731963547759>."
- trigger: "hf.invalid"
replace: "That project has been reported by the community for violating Hacktoberfest's values. Repositories which are designed to facilitate easy pull requests for the sake of 'winning' Hacktoberfest, including arbitrary collections of content like algorithms and code snippets, are ineligible to participate."
- trigger: "hf.spam"
replace: "Maintainers are free to use the `spam` label to indicate that a pull request is low effort and does not follow their contributing guide. If you receive two or more `spam` labels across any of your pull requests, you will be permanently ineligible to participate in Hacktoberfest."

4
pull.sh Executable file
View File

@ -0,0 +1,4 @@
#! /usr/bin/bash
rm -r match
cp -r ~/.config/espanso/match .

4
push.sh Executable file
View File

@ -0,0 +1,4 @@
#! /usr/bin/bash
rm -r ~/.config/espanso/match
cp -r match ~/.config/espanso