Cross-platform Text Expander written in Rust
Go to file
2021-07-31 22:05:30 +02:00
.github Create FUNDING.yml 2019-12-13 09:15:13 +01:00
ci Fix problem related to Debian DEB packaging in CI 2020-02-03 18:30:58 +01:00
espanso fix(core): add SHIFT as conflicting modifier to avoid bad pasting when trigger ends with shifted char 2021-07-31 22:05:01 +02:00
espanso-clipboard feat(clipboard): add feature to avoid double linking gdiplus 2021-05-21 21:59:29 +02:00
espanso-config feat(config): add config pretty dump 2021-07-31 22:05:30 +02:00
espanso-detect fix(detect): fix incorrect modifier sync on Wayland 2021-07-30 19:49:03 +02:00
espanso-info fix(info): fix segmentation fault on macOS 2021-05-20 19:16:17 +02:00
espanso-inject feat(inject): add wait mechanism on wayland injector 2021-07-28 22:37:21 +02:00
espanso-ipc feat(ipc): implement new IPC semantics on Unix 2021-06-02 22:07:19 +02:00
espanso-kvs feat(kvs): improve KVS trait signature 2021-06-26 19:48:54 +02:00
espanso-mac-utils fix(mac-utils): fix app not going on the foreground 2021-06-29 20:31:08 +02:00
espanso-match feat(match): limit regex buffer size 2021-05-06 21:20:46 +02:00
espanso-migrate feat(migrate): add warning if passive_mode directives are detected 2021-05-29 18:45:34 +02:00
espanso-modulo feat(modulo): improve troubleshooting UI 2021-07-27 22:41:29 +02:00
espanso-path fix(path): use /home/freddy/.cache as runtime directory to avoid loosing kvs store data on reboot 2021-07-30 20:06:15 +02:00
espanso-render feat(render): add alias parameter to echo extension to support legacy dummy type 2021-06-05 15:31:55 +02:00
espanso-ui feat(ui): refactor windows notification system away from WinToast 2021-07-17 15:58:19 +02:00
images Update readme with new contributors and sponsors 2019-12-14 00:01:04 +01:00
scripts feat(core): improve Windows installer 2021-07-17 15:59:08 +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 feat(config): add config pretty dump 2021-07-31 22:05:30 +02:00
Cargo.toml feat(core): implement runtime Preferences module 2021-06-25 18:57:17 +02:00
Compilation.md docs(core): introduce early draft of compilation docs 2021-07-10 10:22:56 +02:00
LICENSE Initial commit 2019-08-30 09:16:58 +02:00
Makefile.toml feat(core): implement Windows installer packaging 2021-07-17 10:24:25 +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 Update readme 2020-12-03 19:37:22 +01: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 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 😄
  • Works with Images
  • 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

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, thanks to all of you. In particular, I want to thank:

Remarks

  • Thanks to libxdo and xclip, used to implement the Linux port.
  • 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.