https://github.com/kyza/espanso-config
https://github.com/kyza/espanso-config
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyza/espanso-config
- Owner: Kyza
- Created: 2022-11-06T16:35:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T03:11:51.000Z (over 3 years ago)
- Last Synced: 2025-04-13T01:55:49.351Z (about 1 year ago)
- Language: TypeScript
- Size: 763 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
You will need Git and Deno installed.
On Linux you will need `sensible-browser` as well.
Git clone the repository into anywhere you want.
Run the setup script and point `--location` to your Espanso config directory.
```bash
deno run --allow-read --allow-write ./scripts/setup.ts --location=/THE/PATH/TO/YOUR/ESPANSO/CONFIG/ROOT
```
## Some Commands
### `update;;`
Updates the config.
### `setvar;;`
Sets a variable in the config to the value you want.
### `getvar;;`
Gets a variable's value from the config.
### `reloadcache;;`
Redownloads the cached Deno files.
## Variables
## `git`
### `bases`
Array.
Adds more base URLs such as https://gitlab.com/ to the Git macro.
## `written-numbers`
### `commas`
Boolean.
Enables commas by default in Written Numbers.
### `and`
Boolean.
Enables hundred and by default in Written Numbers.