Show HN: Espanso: detect a typed keyword and replace it while you're typing
21–30 of 77 posts
Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#22Cool. Any thoughts on how it compares to Clavier? https://gryder.org/software/clavier-plus/?lang=en
1. Espanso is cross-platform, so you create your config once and then run it on all your machines 2. Clavier comes with a GUI, but espanso does not (yet) 3. Espanso is highly flexible thanks to scripts [1] and forms [2]
1: https://espanso.org/docs/matches/#shell-extension 2: https://espanso.org/docs/forms/
Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#23(Author here) Feel free to ask any question, I'll be happy to answer them :)
It's very nice that this is done with Rust, because I'd love to get rid of AutoHotkey in Windows (which also trivally support this kind of expansions). Do you plan to release individual components as crates? I don't see myself using single program to do just expansions, but instead building my own program with Rust that has all sort of shortcuts like in AutoHotkey. I could use your expansion code as crate instead.
https://crates.io/crates/enigo
And this:
https://crates.io/crates/device_query/0.2.0
respectively.
Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#24I might switch to Espanso in the future though, given that AHK is not available on Linux.
Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#25I used Espanso a while back on my Win 10 machine. It was nice, but I got noticeable lag compared to the smooth replacing of AutoHotKey (AHK also uses less resources). I might switch to Espanso in the future though, given that AHK is not available on Linux.
Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#26(Author here) Feel free to ask any question, I'll be happy to answer them :)
e.g. ":member(test)" => "private test;"
Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#27Looks really cool, but isn't this literally a key logger. I prefer this to be built in to maybe vs code, at least then I won't have to worry about accidentally capturing my passwords
This is meant to be a replacement to AHK (which is Windows only), not a text editor snippet expander.
Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#28Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#29(Author here) Feel free to ask any question, I'll be happy to answer them :)
I’ve used aText for a long time, then semi-recently moved most things to Alfred, but I’m curious about Espanso :)
Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#30(Author here) Feel free to ask any question, I'll be happy to answer them :)
Espanso looks pretty cool! I’m curious if you can share compelling reasons to switch from e.g. Alfred’s snippets functionality (on macOS)? I’ve used aText for a long time, then semi-recently moved most things to Alfred, but I’m curious about Espanso :)
Cons: There is no GUI yet, but we are working on it
[1]: https://espanso.org/docs/forms/ [2]: https://espanso.org/docs/matches/