Stephen Meech

Results 411 comments of Stephen Meech

Autocompletion of brackets etc. is a feature of many editors anyway, and works more intelligently too.

For your interest, here is an Espanso regex trigger which generates a replacement using an inline Python script, which does most of what you want with `[`, `(`, `{`, `

Have another look at https://espanso.org/docs/configuration/app-specific-configurations/ As I understand it, you need to be using `#detect#` in each program, to determine the `filter_class:`,`filter_title:` or `filter_exec:` (mainly Windows), in that order of...

I think `Pwsh` as a shell is coming to Windows. I have it working on Linux, and it appears in the dev branch code alongside the other Windows alternatives. A...

Ideally one would be able to use `filter_os:` app-specific configurations, but as only *one* app-specific configuration can be active at any time it would involve rewriting *all* you're already using...

It's not ideal, but it's for a fairly narrow use-case, where someone wants to use a different version than the system standard version, _without_ hard-coding the path (in order to...

For information, this Issue is the outcome of our [Reddit exchange](https://www.reddit.com/r/espanso/comments/1bzpk5z/email_signature_with_logo/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button).

I'm not sure how one goes about constructing one, but when I wanted to see the full contents of the --help sections, I wrote a script to extract them. It...

Yes, my idea requires modification of the codebase, but I'm hoping it's simple enough to implement. In the meantime, you can use the `xdotool` command I mentioned above. Happy to...

Are you using the `emulate_alt_codes` [option](https://espanso.org/docs/configuration/options/)?