Open acicovic opened 4 months ago
Thank you for opening this issue!
🔔 @kud @nbbaier you might want to have a look.
@acicovic Thank you for your feedback! Could you please run the following commands and share the output with us? This will help us diagnose the issue more effectively.
Check the version of Node.js:
node --version
Check the version of Espanso:
espanso --version
Display the Espanso configuration path:
espanso path config
Display the directory structure of the Espanso configuration path up to 10 levels deep:
tree -L 10 "$(espanso path config)"
Thank you for your cooperation!
Hi! Here you are:
❯ node --version
v20.11.0
❯ espanso --version
espanso 2.2.1
❯ espanso path config
/Users/redacted/Library/Application Support/espanso
❯ tree -L 10 "$(espanso path config)"
/Users/redacted/Library/Application Support/espanso
├── config
│ └── default.yml
└── match
├── base.yml
└── packages
4 directories, 2 files
I've also tried after a reboot just in case, but getting the same behavior.
If there is no sensitive data, would you mind uploading your config? I'm also in the Raycast community on Slack if needed.
@raycastbot assign me
Sorry for the delay, I had no time to get back to this so far. It's on my todo list though.
@acicovic Sure thing. 😌
Hello!
I tried to export only the basic settings, and this results in a humongous file that won't be easy to be audited for sensitive data. Including the additional settings will probably complicate things even more.
However, since I'm able to extract the config to JSON files and open them, maybe you're after specific settings that I can share with you? Or if you're after a specific file that's smaller, maybe I can do something about it.
I understand the easiest path for you would be to import the whole thing and test, but it seems difficult to me to share the whole config as things stand.
Thank you!
What's the output of espanso path
?
Config: /Users/redacted/Library/Application Support/espanso
Packages: /Users/redacted/Library/Application Support/espanso/match/packages
Runtime: /Users/redacted/Library/Caches/espanso
What about which espanso
? How was espanso installed? Was it via brew or a different method?
Espanso was installed via brew
.
❯ which espanso
/opt/homebrew/bin/espanso
@acicovic Could you try moving the package folder somewhere else and try again?
@kud, thanks for your suggestion.
Unfortunately I don't feel confident to experiment with that. As I'm using the Espanso Search bar now, my need isn't so great either (though I'd love to use this through Raycast). It's obvious that what happens to me is an edge case. As it stands, I don't think it's worth investing much of your time in this.
Feel free to close this issue or keep it open in case someone who stumbles upon this can be of more help than I have.
Sadly I think I won't be able to do that much with no more information. :/
I know. It's not your fault.
I've created a PR which might be able to fix your issue. See #13977. Could you test it out and see it works?
Hey @erics118, thank you for your time and effort!
I'll definitely give this a try when it gets merged.
Thank you!
This issue has been automatically marked as stale because it did not have any recent activity.
It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊
@acicovic Do you still have the issue?
Hey, I'll get back to this ASAP, probably tomorrow.
Yes, issue is still here.
This issue has been automatically marked as stale because it did not have any recent activity.
It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊
Okay let me check the PR then where you will be able to provide the right path of the cli.
Extension
https://www.raycast.com/kud/espanso
Raycast Version
1.78.1
macOS Version
14.5
Description
I've been using Espanso and today I installed the extension. My installation has been done using
brew
, and typingespanso
in the command line works, expansions work, and everything else works.However, when I try to search matches using the extension, I'm getting a "Espanso Command Not Found" error, with instructions on how to install Espanso.
Maybe some missing permission?
Steps To Reproduce
Current Behaviour
Displays the aforementioned error.
Expected Behaviour
List the available matches.