(Author here) Feel free to ask any question, I'll be happy to answer them :)
First, this looks awesome, will be giving this a try. Is there a way to pass (inline) arguments to the expansion? Or would I use a form for that? e.g. ":member(test)" => "private test;"
Show HN: Espanso: detect a typed keyword and replace it while you're typing
31–40 of 77 posts
Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#32Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#33I’ve been looking for a system-level “cloud” -> “butt”. Thanks!
Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#34Looks 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
Good point, I've wrote a short section to detail the security aspects: https://github.com/federico-terzi/espanso/blob/master/SECURI... TLDR: It's not a keylogger, because it doesn't log anything :) Moreover, on macOS the detection mechanism is automatically disabled on password fields
Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#35Earlier quoted context omitted.
(Author here) As long as the program accepts keyboard input or clipboard pasting, espanso should work correctly. There are some programs that behave a little bit differently (such as Thunderbird on Linux), that require a couple of configuration changes to work as expected (for example, slowing down the injections if the program is slow to process input). Happy to answer any other question :)
> for example, slowing down the injections if the program is slow to process input It's 2021 and some people still don't separate UI into its own non-blocked thread. E.g. When crunching a big dataset in QGIS (on Win10), every digit I type into "Classes" box [1] blocks everything and I have to wait. [1] https://i.stack.imgur.com/oddT7.jpg
Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#36Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#37This is pretty awesome....For windows and DOS there has always been a program called Shorthand and PRD+, but nothing has existed for Linux.
Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#38Earlier quoted context omitted.
Good point, I've wrote a short section to detail the security aspects: https://github.com/federico-terzi/espanso/blob/master/SECURI... TLDR: It's not a keylogger, because it doesn't log anything :) Moreover, on macOS the detection mechanism is automatically disabled on password fields
Thanks for the response, but unless I take the time to literally go to your entire repo and make sure you aren't doing anything weird, I'm not installing this thing.
Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#39Earlier quoted context omitted.
Good point, I've wrote a short section to detail the security aspects: https://github.com/federico-terzi/espanso/blob/master/SECURI... TLDR: It's not a keylogger, because it doesn't log anything :) Moreover, on macOS the detection mechanism is automatically disabled on password fields
Thanks for the response, but unless I take the time to literally go to your entire repo and make sure you aren't doing anything weird, I'm not installing this thing.
[0]: The only real reason you wouldn't be is if you're on a non-X Linux desktop. Wayland prevents this kind of program by design.
Re: Show HN: Espanso: detect a typed keyword and replace it while you're typing
#40Definitely one of those tools that make me wonder how I got by without it