espanso/README.md

39 lines
922 B
Markdown
Raw Normal View History

2019-09-16 10:25:47 +00:00
![espanso](/images/titlebar.png)
2019-09-15 17:10:18 +00:00
2019-09-15 17:35:05 +00:00
> Cross-platform Text Expander written in Rust
2019-09-15 17:10:18 +00:00
2019-09-16 10:30:56 +00:00
<img src="/images/example.gif" align="center" />
2019-09-15 17:10:18 +00:00
2019-09-15 17:35:05 +00:00
##### What is a Text Expander?
2019-09-15 18:25:33 +00:00
A *text expander* is a program that detects when you type
2019-09-15 17:35:05 +00:00
a specific **keyword** and replaces it with **something else**.
This is useful in many ways:
2019-09-15 18:25:33 +00:00
* **Save a lot of typing**, expanding common sentences.
* Create **system-wide** code snippets.
* Execute **custom scripts**
* Use **emojis** like a pro.
2019-09-15 17:35:05 +00:00
2019-09-15 17:10:18 +00:00
### Features
2019-09-15 17:35:05 +00:00
* Works on **Windows**, **macOS** and **Linux**
2019-09-15 18:25:33 +00:00
* Works with almost **any program**
2019-09-15 17:35:05 +00:00
* Works with **Emojis** 😄
* **Date** expansion support
* **Custom scripts** support
* **Shell commands** support
* **App-specific** configurations
2019-09-15 17:10:18 +00:00
* File based configuration
## Getting started
### Installation
### License
2019-09-15 17:35:05 +00:00
espanso was created by [Federico Terzi](http://federicoterzi.com)
and is licensed under the [GPL-3.0 license](/LICENSE).