Skip to content

Text-expansion configuration that I am using in espanso.

Notifications You must be signed in to change notification settings

pyxelr/my-espanso-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

My espanso config

The configuration I am using in espanso (open-source text-expander) to quickly type/run different commands on macOS.

Usage

  1. Install espanso.
  2. Place the contents of config/ and match/ folders within your espanso config directory, which can be found with espanso path (typically: $HOME/Library/Application Support/espanso).
  3. Start using espanso, e.g. by
    1. pressing CMD+SHIFT+SPACE to display espanso search bar (list of all available commands in the current context).
    2. typing ;esp and pressing space to expand into "code ~/Library/Application\\ Support/espanso/" (for viewing/editing your espanso config in VS Code).

See espanso.org/docs/ for the official documentation.

Match files

Generally, all the *.yml files attempt to be self-explanatory with a couple of file comments. I decided to expand everything after pressing space; however, you may also consider using word triggers.

List of match/ files:

  • _obsidian.yml - Obsidian snippets, e.g. for font coloring
  • _terminal.yml - snippets that function only within iTerm, default macOS Terminal or VS Code, e.g. for editing/syncing espanso config, or for file/folder search
  • base.yml - default match file
  • conda.yml - Conda snippets
  • docker.yml - Docker snippets
  • git.yml - Git snippets
  • kubernetes.yml - Kubernetes/kubectl snippets
  • languages.yml - language accents (currently French and German)
  • markdown.yml - Markdown snippets
  • personal.yml - personal snippets
  • python.yml - Python snippets
  • symbols.yml - special characters, e.g. dash, ellipsis, bullet point, left arrow, ...

Note

Some files may require custom edit (marked with ...).

About

Text-expansion configuration that I am using in espanso.

Topics

Resources

Stars

Watchers

Forks