https://github.com/gruns/espanso
espanso config
https://github.com/gruns/espanso
Last synced: over 1 year ago
JSON representation
espanso config
- Host: GitHub
- URL: https://github.com/gruns/espanso
- Owner: gruns
- License: mit
- Created: 2023-02-01T05:42:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T01:04:34.000Z (over 1 year ago)
- Last Synced: 2025-03-18T02:22:42.834Z (over 1 year ago)
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
My experimental [Espanso](https://espanso.org/) configuration.
The goals of these expansions are collectively to:
* Improve typing speed through commonly used abbreviations. E.g. `abt` -> `about`, `impltn` -> `implementation`, etc.
* Use more emojis in conversation. Emojis better convey emotion, tone, and empathy. π
* Correct common typos. E.g. `teh` -> `the`.
These expansions are categorized by type, one category per file:
* [phrases.yml](phrases.yml): Common text expansions for speed. E.g. `abt` -> `about`.
* [emoji.yml](emoji.yml): Shorthand for commonly used emojis. E.g. `/)` for π.
* [flags-emoji.yml](flags-emoji.yml): Country flag emojis. E.g. `/swe` for πΈπͺ.
* [typos.yml](typos.yml): Fixes for common typos. E.g. `teh` -> `the`.
* [tests.yml](tests.yml): Miscellaneous expansion tests. Not meant for real-world usage.
And for more robust abbreviation completion, add these additional word separators to your Espanso configuration file in `~/Library/Application Support/espanso/config/default.yml`:
* `word_separators: [" ", ",", ".", "?", "!", ")", "}", "]", ">", "\r", "\n", "\t", "\'", "\"", "\x0c", ":", ";"]`