alfred-devtoys
alfred-devtoys copied to clipboard
A Swiss Army knife for developers for Alfred
For example, `li ` fails to do anything (see screenshot) useful by itself (it seems to pull the text that's in the clipboard – maybe that's the M1 fix). But,...
Just updated to the latest version to test the clipboard issues on the M1 and received the "exe" cannot be opened message.  I do have "App Store and Identified...
It looks like DevToys is going to replace a lot of my current Alfred workflows. One tool that would be useful is encoding in data URI scheme (see "Data URI...
When I use encode to encrypt "Ö", the result is "T8yI", and when I use decode to decrypt, the value becomes "Ö". We can't see the problem with our eyes,...
Hello, it would be nice to add bcrypt hash function. Thank you
Hey, just tested the workflow. uuid doesn't work and it balloons to eat all the memory.
I'm trying to encode "this & that" and it's produces `this%20&%20that` instead of `this%20%26%20that`
Hi there!Would it be possible to consider adding base64 strings to be decoded as images?
expected: actual:
`here's an Example.` will be changed to: `Here s an example` for sentence case and `Here S An Example` for title case.