diff options
Diffstat (limited to 'espanso')
| -rw-r--r-- | espanso/match/.gitignore | 1 | ||||
| -rw-r--r-- | espanso/match/gif.yml | 15 | ||||
| -rw-r--r-- | espanso/update_from_assets.py | 1 |
3 files changed, 15 insertions, 2 deletions
diff --git a/espanso/match/.gitignore b/espanso/match/.gitignore index 42cb622..845e553 100644 --- a/espanso/match/.gitignore +++ b/espanso/match/.gitignore @@ -1,2 +1 @@ img.yml -gif.yml diff --git a/espanso/match/gif.yml b/espanso/match/gif.yml new file mode 100644 index 0000000..21fb932 --- /dev/null +++ b/espanso/match/gif.yml @@ -0,0 +1,15 @@ +matches: + - trigger: ;;gblack + image_path: $CONFIG/assets/gif/black.gif + - trigger: ;;gfirewrite + image_path: $CONFIG/assets/gif/firewrite.gif + - trigger: ;;ghilarious + image_path: $CONFIG/assets/gif/hilarious.gif + - trigger: ;;gofc + image_path: $CONFIG/assets/gif/ofc.gif + - trigger: ;;gpipe + image_path: $CONFIG/assets/gif/pipe.gif + - trigger: ;;gwhar + image_path: $CONFIG/assets/gif/whar.gif + - trigger: ;;gwhite + image_path: $CONFIG/assets/gif/white.gif diff --git a/espanso/update_from_assets.py b/espanso/update_from_assets.py index d62b878..e2b76d5 100644 --- a/espanso/update_from_assets.py +++ b/espanso/update_from_assets.py @@ -18,4 +18,3 @@ def generate(path, output_file, prefix): if __name__ == '__main__': generate('assets/img', 'match/img.yml', 'i') - generate('assets/gif', 'match/gif.yml', 'g') |
