[新软件] espanso 跨平台文字扩展

date
May 25, 2023
slug
newsoftware-espanso-word-expansion
status
Published
summary
新软件-
tags
software
type
Post
URL
 
 

Summary

安装过程

# just command line
# brew tap federico-terzi/espanso
# brew install espanso

# cask version
brew install homebrew/cask/espanso

espanso --version
espanso service register # system service, so can auto-start

# in .zshrc for espanso
 if [ -f /opt/homebrew/bin/vim ]; then
   # Set environment variable EDITOR to a
   export EDITOR=/opt/homebrew/bin/vim
 else
   # Set environment variable EDITOR to b
   export EDITOR=/usr/bin/vim
 fi

espanso edit # match/base.yml
espanso edit config/default.yml
# put in
search_shortcut: ALT+SHIFT+SPACE
 
同步配置文件
# exit espanso
cd ~/Library/Application\ Support/
mv espanso ~/tmp_qh/data
ln -s ~/tmp_qh/data/espanso ./espanso
# restart espanso

editor

notion image

search bar

notion image

安装package https://hub.espanso.org/

# https://hub.espanso.org/all-emojis
espanso install all-emojis
:smile:
:bang:
espanso restart
 
 

© Ying Bun 2021 - 2024