Initial commit: Add dotfiles and custom zsh theme
This commit is contained in:
31
espanso/match/packages/basic-emojis/README.md
Normal file
31
espanso/match/packages/basic-emojis/README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
A simple package to bring basic emojis to espanso.
|
||||
It works by replacing keywords like `:lol` with `😂`. More details below.
|
||||
|
||||
### Installation
|
||||
|
||||
Install the package with:
|
||||
|
||||
```
|
||||
espanso install basic-emojis
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
||||
This package replaces the following keywords with the associated emoji while you're
|
||||
typing:
|
||||
|
||||
Keyword | Emoji
|
||||
--- | ---
|
||||
`:lol` | 😂
|
||||
`:llol` | 😂😂😂😂
|
||||
`:sad` | ☹
|
||||
`:ssad` | ☹☹☹☹
|
||||
`:sml` | 😊
|
||||
`:strong` | 💪
|
||||
`:stlol` | 💪😂
|
||||
`:ba` | 😎
|
||||
`:ok` | 👍
|
||||
`:ook` | 👍👍👍👍
|
||||
`:happy` | 😄
|
||||
`:cry` | 😭
|
||||
`:wow` | 😮
|
||||
6
espanso/match/packages/basic-emojis/_manifest.yml
Normal file
6
espanso/match/packages/basic-emojis/_manifest.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
author: Federico Terzi
|
||||
description: A package to include some basic emojis in espanso.
|
||||
name: basic-emojis
|
||||
title: Basic Emojis
|
||||
version: 0.1.0
|
||||
tags: ["emoji", "chat"]
|
||||
2
espanso/match/packages/basic-emojis/_pkgsource.yml
Normal file
2
espanso/match/packages/basic-emojis/_pkgsource.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
hub
|
||||
27
espanso/match/packages/basic-emojis/package.yml
Normal file
27
espanso/match/packages/basic-emojis/package.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
matches:
|
||||
- trigger: ":lol"
|
||||
replace: "😂"
|
||||
- trigger: ":llol"
|
||||
replace: "😂😂😂😂"
|
||||
- trigger: ":sad"
|
||||
replace: "☹"
|
||||
- trigger: ":ssad"
|
||||
replace: "☹☹☹☹"
|
||||
- trigger: ":sml"
|
||||
replace: "😊"
|
||||
- trigger: ":strong"
|
||||
replace: "💪"
|
||||
- trigger: ":stlol"
|
||||
replace: "💪😂"
|
||||
- trigger: ":ba"
|
||||
replace: "😎"
|
||||
- trigger: ":ok"
|
||||
replace: "👍"
|
||||
- trigger: ":ook"
|
||||
replace: "👍👍👍👍"
|
||||
- trigger: ":happy"
|
||||
replace: "😄"
|
||||
- trigger: ":cry"
|
||||
replace: "😭"
|
||||
- trigger: ":wow"
|
||||
replace: "😮"
|
||||
Reference in New Issue
Block a user