Cross-platform Text Expander written in Rust
Go to file
2021-10-06 18:38:42 +02:00
.github feat(ci): add clippy and formatting checks 2021-10-05 23:20:07 +02:00
espanso style(core): fix formatting 2021-10-06 18:36:23 +02:00
espanso-clipboard style(clipboard): fix formatting 2021-10-06 18:36:42 +02:00
espanso-config style(config): fix formatting 2021-10-06 18:37:15 +02:00
espanso-detect style(detect): fix formatting 2021-10-06 18:37:32 +02:00
espanso-engine style(engine): fix formatting 2021-10-06 18:38:02 +02:00
espanso-info style(info): fix formatting 2021-10-06 18:38:23 +02:00
espanso-inject style(inject): fix formatting 2021-10-06 18:38:42 +02:00
espanso-ipc feat(ipc): implement new IPC semantics on Unix 2021-06-02 22:07:19 +02:00
espanso-kvs fix(kvs): fix warnings 2021-10-05 23:17:51 +02:00
espanso-mac-utils fix(mac-utils): fix warnings 2021-10-05 23:18:11 +02:00
espanso-match fix(match): fix warnings 2021-10-05 22:06:39 +02:00
espanso-migrate fix(migrate): fix warnings 2021-10-05 22:06:53 +02:00
espanso-modulo fix(modulo): fix warnings 2021-10-05 23:18:26 +02:00
espanso-package fix(package): fix warnings 2021-10-05 22:07:18 +02:00
espanso-path fix(path): fix warnings 2021-10-05 22:07:29 +02:00
espanso-render fix(render): fix warnings 2021-10-05 23:18:39 +02:00
espanso-ui feat(ui): implement Heartbeat on Linux 2021-08-06 19:56:36 +02:00
images feat(misc): update readme 2021-10-05 21:08:05 +02:00
scripts feat(ci): add macos arm ci pipeline 2021-10-04 14:56:58 +02:00
.dockerignore fix(ci): fix bad windows path and first steps in linux ci 2021-10-03 17:27:14 +02:00
.gitignore Update gitignore 2020-08-13 19:02:35 +02:00
azure-pipelines.yml Fix problem related to Debian DEB packaging in CI 2020-02-03 18:37:58 +01:00
Cargo.lock fix(ci): attempt to fix modulo building process on CI for M1 processors 2021-10-02 20:58:48 +02:00
Cargo.toml feat(package): early work in package resolvers 2021-08-29 19:16:38 +02:00
Compilation.md feat(docs): add required packages to compilation docs on Ubuntu 2021-08-01 21:51:13 +02:00
LICENSE Initial commit 2019-08-30 09:16:58 +02:00
Makefile.toml feat(ci): add missing test runs in ci pipeline 2021-10-03 14:03:18 +02:00
packager.py Merge branch 'dev' of github.com:federico-terzi/espanso into dev 2020-08-16 19:06:23 +02:00
README.md feat(misc): update readme 2021-10-05 21:08:05 +02:00
rustfmt.toml Fresh start 2021-01-29 21:55:47 +01:00
SECURITY.md Add a security overview. Fix #182 2020-04-15 18:39:40 +02:00
snapcraft.yaml Version bump 0.7.3 2020-10-08 21:19:28 +02:00

espanso

A cross-platform Text Expander written in Rust

GitHub release (latest by date) Language Platforms License

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 😄
  • Works with Images
  • Includes a powerful Search Bar 🔎
  • Date expansion support
  • Custom scripts support
  • Shell commands support
  • App-specific configurations
  • Support Forms
  • Expandable with packages
  • Built-in package manager for espanso hub
  • File based configuration
  • Support Regex triggers
  • Experimental Wayland support

Get Started

Visit the official documentation.

Support

If you need some help to setup espanso, want to ask a question or simply get involved in the community, Join the official Subreddit! :)

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

Contributors

Many people helped the project along the way, thank you to all of you!

Remarks

License

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