Glad I bumped into this project. As much as I'd love to daily drive it, I think I'm going to hold my horses for a while and keep an eye on your progress. Love your work, man.
@LGUG2Z6 ай бұрын
Thanks for your support! I've started working on a GUI which should hopefully make experimentation for new users a little easier than editing a JSON file, and also make it easier to get back to a "known familiar state" if people ever end up in a state they don't understand by unintentionally triggering wm commands via hotkeys
@Cracker1988697 ай бұрын
As a programmer myself, I would just put "Not" in front of all these matching strategies. Might not be grammatically correct, but when making rules in the config file, it would make it much easier to just add "Not" in front of "Equals" rather than having to change from "Equals" to "DoesNotEqual" (or worse from "EndsWith" to "DoesNotEndWith"). However, not sure if it is better for non-programmer users. You have been quick on new releases, I hope I make it before the next :) Really appreciate your work!
@LGUG2Z7 ай бұрын
Haha these videos are usually uploaded about a week after they are recorded so this is in the release that just went out! However, reading this comment made me realize that I can also just add aliases for `Not` variants which I'll probably do in v0.1.25 for programmer-brained people like us :)