diff --git a/README.md b/README.md index ec07fce..02f0f1d 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,30 @@ + + # espanso -Cross-platform Text Expander written in Rust +> Cross-platform Text Expander written in Rust ![example](/images/example.gif) +##### What is a Text Expander? + +A text expander is a program that detects when you type +a specific **keyword** and replaces it with **something else**. +This is useful in many ways: +* Save a lot of typing, expanding common snippets and sentences. + + ### Features -* Works on Windows, MacOS and Linux -* Works with almost any program -* Works with Emojis +* Works on **Windows**, **macOS** and **Linux** +* Works with almost **any** program +* Works with **Emojis** 😄 +* **Date** expansion support +* **Custom scripts** support +* **Shell commands** support +* **App-specific** configurations * File based configuration -### What is a Text Expander? - ## Getting started @@ -23,4 +35,5 @@ Cross-platform Text Expander written in Rust ### License -espanso is licensed under the [GPL-3.0 license](/LICENSE). \ No newline at end of file +espanso was created by [Federico Terzi](http://federicoterzi.com) +and is licensed under the [GPL-3.0 license](/LICENSE). \ No newline at end of file diff --git a/images/icongreensmall.png b/images/icongreensmall.png new file mode 100644 index 0000000..9bde0d2 Binary files /dev/null and b/images/icongreensmall.png differ