Cross-platform Text Expander written in Rust
Go to file
2019-09-16 12:50:51 +02:00
images Improve readme 2019-09-16 12:50:51 +02:00
native Add GPL preamble 2019-09-15 18:29:11 +02:00
other/EspansoNotifyHelper Add GPL preamble 2019-09-15 18:29:11 +02:00
src Add GPL preamble 2019-09-15 18:29:11 +02:00
.gitignore Update gitignore to include cmake output directories 2019-09-13 23:31:57 +02:00
build.rs First draft of new event architecture 2019-09-12 22:14:41 +02:00
Cargo.lock Add extension mechanism and date extension 2019-09-15 13:03:21 +02:00
Cargo.toml Update cargo toml 2019-09-15 17:45:22 +02:00
LICENSE Initial commit 2019-08-30 09:16:58 +02:00
README.md Improve readme 2019-09-16 12:50:51 +02:00

espanso

Cross-platform Text Expander written in Rust

example

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 sentences.
  • Create system-wide code snippets.
  • Execute custom scripts
  • Use emojis like a pro.

Features

  • 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

Getting started

Installation

Donations

espanso is a free, open source software developed in my (little) spare time. If you liked the project and would like to support further development, please consider making a small donation, it really helps :)

Donate with PayPal

License

espanso was created by Federico Terzi and is licensed under the GPL-3.0 license.