Initial Commit, move from a symlink farm to yadm
This commit is contained in:
21
.config/espanso/match/packages/double-stroke-numbers/LICENSE
Normal file
21
.config/espanso/match/packages/double-stroke-numbers/LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2021 Ihor Kopach https://github.com/kopach
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -0,0 +1,36 @@
|
||||
# 𝟙𝟚𝟛 Double stroke numbers
|
||||
|
||||
[Espanso](https://espanso.org) package to easy write Double stroke numbers.
|
||||
|
||||
⭐️ Consider to star this package on [GitHub](https://github.com/kopach/espanso-package-double-stroke-numbers/stargazers) — it helps!
|
||||
|
||||
[✨ 👉 Check out my other espanso packages 👈 ✨](https://github.com/kopach?tab=repositories&q=espanso-package&type=source)
|
||||
|
||||
<h1 align="center">
|
||||
|
||||

|
||||
|
||||
</h1>
|
||||
|
||||
## Triggers
|
||||
|
||||
| Keyword | Replaced |
|
||||
| ------- | -------- |
|
||||
| `;//0` | `𝟘` |
|
||||
| `;//1'` | `𝟙` |
|
||||
| `;//2'` | `𝟚` |
|
||||
| `;//3'` | `𝟛` |
|
||||
| `;//4'` | `𝟜` |
|
||||
| `;//5'` | `𝟝` |
|
||||
| `;//6'` | `𝟞` |
|
||||
| `;//7'` | `𝟟` |
|
||||
| `;//8'` | `𝟠` |
|
||||
| `;//9'` | `𝟡` |
|
||||
|
||||
## Contribute
|
||||
|
||||
Please, feel free to contribute to this package on [GitHub](https://github.com/kopach/espanso-package-double-stroke-numbers)
|
||||
|
||||
## 📄 License
|
||||
|
||||
This espanso package licensed under the [MIT](https://github.com/kopach/espanso-package-double-stroke-numbers/blob/master/LICENSE)
|
||||
@@ -0,0 +1,7 @@
|
||||
author: Ihor Kopach (https://kopach.dev)
|
||||
description: "Easy write double stroke numbers: 𝟙𝟚𝟛"
|
||||
name: double-stroke-numbers
|
||||
title: Double stroke numbers
|
||||
version: 1.0.0
|
||||
homepage: 'https://github.com/kopach/espanso-package-double-stroke-numbers'
|
||||
tags: ["symbols", "numbers"]
|
||||
@@ -0,0 +1,2 @@
|
||||
---
|
||||
hub
|
||||
@@ -0,0 +1,25 @@
|
||||
|
||||
matches:
|
||||
# {{{ Double Stroke Numbers
|
||||
# https://www.webnots.com/alt-code-shortcuts-for-double-stroke-letters-and-numbers/
|
||||
- trigger: ';//0'
|
||||
replace: '𝟘'
|
||||
- trigger: ';//1'
|
||||
replace: '𝟙'
|
||||
- trigger: ';//2'
|
||||
replace: '𝟚'
|
||||
- trigger: ';//3'
|
||||
replace: '𝟛'
|
||||
- trigger: ';//4'
|
||||
replace: '𝟜'
|
||||
- trigger: ';//5'
|
||||
replace: '𝟝'
|
||||
- trigger: ';//6'
|
||||
replace: '𝟞'
|
||||
- trigger: ';//7'
|
||||
replace: '𝟟'
|
||||
- trigger: ';//8'
|
||||
replace: '𝟠'
|
||||
- trigger: ';//9'
|
||||
replace: '𝟡'
|
||||
# }}}
|
||||
Reference in New Issue
Block a user