Espanso Manager is an interface for managing snippets. You need to install Espanso separately.
Espanso is a free, cross-platform text expander. You type a short code (e.g., :hello), and Espanso automatically replaces it with full text.
Works on Windows, macOS, and Linux.
- Download the installer from espanso.org/install
- Run the
.exefile and follow the instructions - Verify installation:
- Open any text editor
- Type
:helloand press space - You should see "Hi there!"
brew install --cask espanso
espanso startDebian/Ubuntu:
sudo apt install espanso
espanso startArch Linux:
sudo pacman -S espanso
espanso startAfter installation, Espanso creates a config folder:
- Windows:
%APPDATA%\espanso\ - macOS:
~/Library/Application Support/espanso/ - Linux:
~/.config/espanso/
Your snippets are stored in match/base.yml inside this folder.
Espanso Manager is compatible with Espanso v2.x. Version 1.x is not supported.
- Official site: https://espanso.org
- GitHub: https://github.com/espanso/espanso
- Documentation: https://espanso.org/docs/