https://github.com/davidsword/espanso-search
Search espanso.org matches with `esp` command.
https://github.com/davidsword/espanso-search
Last synced: 18 days ago
JSON representation
Search espanso.org matches with `esp` command.
- Host: GitHub
- URL: https://github.com/davidsword/espanso-search
- Owner: davidsword
- License: mit
- Created: 2021-06-16T21:17:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T21:25:20.000Z (almost 5 years ago)
- Last Synced: 2025-03-12T00:44:06.425Z (over 1 year ago)
- Language: JavaScript
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Espanso Search
Search [Espanso](https://espanso.org) matches with `esp` command. For those hard-to-remember text expansion triggers.
## Installation
Requires [Espanso](https://espanso.org), [node](https://nodejs.org/) & [npm](https://www.npmjs.com/).
#### Download
```
git clone git@github.com:davidsword/espanso-search.git
cd espanso-search/
```
#### Install globally
```
npm install -g .
```
## Usage
```
$ esp
```
Lists out matches from the query (fuzzy searches triggers and replacements).
Hit `Enter` to copy the selected matches replacement value to clipboard.
