Cuong Dong
Cuong Dong
I've encountered this and found the cause. The reason is the choice generated by the plugin remembers a stale query. ``` function obj.choicesActionKeyword(action, def, query) local choices = {} if...
@zzamboni : Did you modify `obj.completionCallback` function in the useractions plugin? Maybe I wasn't clear that we need to get query directly in that callback. I don't think the chooser...
Mac OS already has this functionality out of the box as explained here: https://www.techradar.com/how-to/computing/apple/how-to-use-text-shortcuts-on-mac-1308652 . Does this spoon offer advantages over that functionality?
The use case for date/time and random string is interesting. Thanks for the examples!
The fn trick really works. How does adding fn fix it? @MynockSpit
I was looking into this as well and found it's actually quite doable. The global `print` is overridden by Hammerspoon to write to HS console. You can override `print` again...
I'm using this Token Generator (https://sharevb-it-tools.vercel.app/token-generator) to replace the 1Password password generator mentioned in the description above. If @sharevb can add Passphrase Generator ( https://sharevb-it-tools.vercel.app/passphrase-generator ) into the Token Generator,...
It's really nice. Thanks so much! Some feedback: - How do I set a day/date for an alarm? I see only the options for the time. It would be nice...
Thomas is right. Being able to get input from URL params (`minutes=10&repeat=false`) is a big plus. I can bookmark and use the same timer multiple times.
I've tried this PIN Code Generator at https://sharevb-it-tools.vercel.app/pin-code-generator . Is this PIN Code Generator a bit redundant if we already have the Token Generator (https://sharevb-it-tools.vercel.app/token-generator)? You can select numbers only...