Created
January 8, 2023 14:03
-
-
Save bitbutter/d7a403c71d92e902c4829f10eaa4ce00 to your computer and use it in GitHub Desktop.
Espanso shortcut for converting latest kindle json to tana paste format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#add to C:\Users\username\AppData\Roaming\espanso\match\base.yml | |
- trigger: kindle_json_to_tanapaste | |
replace: "{{output}}" | |
vars: | |
- name: output | |
type: script | |
params: | |
args: | |
- python | |
- "%CONFIG%/scripts/kindle_json_to_tanapaste.py" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment