Barista is a tool and substancial collection for leveraging the power of Unicode and espanso.
Its current state is very much geared towards my personal setup, but this may be expanded in the future.
The main advantage of barista
is that it implements pretrigger
s and posttrigger
s programmatically.
Currently:
Category | Pretrigger | Posttrigger |
---|---|---|
Greek letters | ; |
None |
Digraphs | , |
|
General | : |
|
While barista
is still a personal pet-project, it should now be accessible
to those well-versed in the Python eco-system.
To use it, do:
- Clone this repository
- Install
barista
using poetry by runningpoetry install
- Compile using
barista build
(optionally: look at--output
option) - The compiled configuration files can be found in
./dist
and may be copied
over to the desired folder
Configuration is primarily done in the config.jsonnet
file.
Example | Output | Comment |
---|---|---|
;b |
β |
Greek beta |
:st |
such that |
|
:sansserifbolditaliceta |
𝞰 |
Sans-Serif bold italic eta |