Cross-platform Text Expander written in Rust
Go to file
Federico Terzi 23ae1fafc1 Fix #40
2019-09-30 22:47:00 +02:00
ci Github Release publication only available for master branch 2019-09-28 00:15:11 +02:00
images Add windows installation instructions 2019-09-18 10:59:29 +02:00
native Fix #40 2019-09-30 22:47:00 +02:00
other/EspansoNotifyHelper Add GPL preamble 2019-09-15 18:29:11 +02:00
packager Include Visual C++ redistributable inside Windows Installer 2019-09-30 22:40:19 +02:00
src Improve code quality and add tests 2019-09-28 10:44:25 +02:00
.gitignore Ignore github pages output 2019-09-22 15:05:57 +02:00
azure-pipelines.yml Add automatic deploy to Homebrew on CI 2019-09-21 18:59:29 +02:00
build.rs Fix #30 2019-09-16 11:02:40 +02:00
Cargo.lock Include Visual C++ redistributable inside Windows Installer 2019-09-30 22:40:19 +02:00
Cargo.toml Include Visual C++ redistributable inside Windows Installer 2019-09-30 22:40:19 +02:00
LICENSE Initial commit 2019-08-30 09:16:58 +02:00
packager.py Include Visual C++ redistributable inside Windows Installer 2019-09-30 22:40:19 +02:00
README.md Add credits to ModifyPath. Fix #37 2019-09-28 10:21:01 +02:00

espanso

A cross-platform Text Expander written in Rust

Language Platforms License Build Status

example

Visit the espanso website.

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.

Key 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
  • Expandable with packages
  • Built-in package manager for espanso hub
  • File based configuration

Get Started

Visit the official documentation.

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

Remarks

  • Special thanks to the ModifyPath script, used by espanso to improve the Windows installer.

License

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