Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kopach/espanso-package-double-stroke-numbers
Easy write double stroke numbers, e.g.: 𝟙𝟚𝟛
https://github.com/kopach/espanso-package-double-stroke-numbers
espanso
Last synced: 24 days ago
JSON representation
Easy write double stroke numbers, e.g.: 𝟙𝟚𝟛
- Host: GitHub
- URL: https://github.com/kopach/espanso-package-double-stroke-numbers
- Owner: kopach
- License: mit
- Created: 2021-03-13T20:09:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T17:29:25.000Z (over 3 years ago)
- Last Synced: 2024-11-01T05:12:17.410Z (about 2 months ago)
- Topics: espanso
- Homepage:
- Size: 464 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 𝟙𝟚𝟛 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)
![demo](./assets/demo.gif)
## Installation
Make sure you have already installed [Espanso](https://espanso.org/install) first.
### Either install with `espanso install` (wating for https://github.com/federico-terzi/espanso-hub/issues/52)
```sh
espanso install double-stroke-numbers
espanso restart
```### Or using `git`
```sh
cd "$(espanso path config)/user"
git clone https://github.com/kopach/espanso-package-double-stroke-numbers.git
espanso restart
```That's all. You can start using the package.
## 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)