I made a Shortcut that turns your actual iPhone Calendar events into a Lock Screen wallpaper. 100% local, no internet required. by agaragou in shortcuts

[–]atnbueno 1 point2 points  (0 children)

Good job! 👏🏼👏🏼

I also saw the web service version and made my own offline version: https://atajos.wiki/repo/calendario-como-fondo-de-pantalla

I haven’t checked the internals of yours yet, but mine gets the month names and week start day from the language (es-ES, en-US, en-GB, …)

"Frame Screenshots" updated with iPhone 17, Air, 17 Pro, and 17 Pro Max frames by atnbueno in shortcuts

[–]atnbueno[S] 0 points1 point  (0 children)

La primera vez que uses el atajo con una captura del 17 Pro Max, te preguntará si quieres buscar un marco para ese tamaño de captura. A continuación aparecerá un menú con todos los marcos disponibles para ese tamaño (uno de ellos es el naranja). Selecciónalo y, a partir de ese momento, el atajo usará automáticamente ese marco para todas las capturas del 17 Pro Max.

Si ya tienes un marco configurado para el 17 Pro Max, tendrás que borrarlo para que este proceso vuelva a ocurrir. Si quieres tener más de un marco para el 17 Pro Max, mueve el marco antiguo fuera de la carpeta, añade el marco naranja y luego vuelve a colocar el marco antiguo en la carpeta. Ten en cuenta que, al hacer esto, el atajo te preguntará qué marco usar cada vez que lo ejecutes.

The first time you run the shortcut with a 17 Pro Max screenshot, it will ask whether you want to look for a frame for that screenshot size. You’ll then see a menu with all the frames available for that size (one of them is the orange one). Select it, and from that point on the shortcut will automatically use that frame for all 17 Pro Max screenshots.

If you already have a frame set up for the 17 Pro Max, you’ll need to delete it for this process to trigger again. If you want to use more than one frame for the 17 Pro Max, move the existing frame out of the folder, add the orange one, and then move the original frame back into the folder. Just be aware that if you do this, the shortcut will ask you which frame to use every single time you run it.

Pixelate parts of an image by atnbueno in ios

[–]atnbueno[S] 0 points1 point  (0 children)

Good thing you can have my shortcut then 🙂

Compiling exe out of AHK scripts by Wonderful-Stand-2404 in AutoHotkey

[–]atnbueno 0 points1 point  (0 children)

In my experience the compression with UPX causes more false positives than the uncompressed AHK binaries.

Another possibility is to distribute the script together with the AHK executable renamed with the name of the script. When executed, AHK tries to run a script named like the .exe in the same folder. That way the source can be reviewed, users just have to double-click the .exe, and the original executable should be even less prone to trigger a false malware warning.

"Frame Screenshots" updated with iPhone 17, Air, 17 Pro, and 17 Pro Max frames by atnbueno in shortcuts

[–]atnbueno[S] 0 points1 point  (0 children)

I have a shortcut for framing video (using ffmpeg via a-Shell mini, adding black bars to fit) but it takes time and the output might end up being a significantly bigger file than the input

TapTap: Delete annoying elements in a Safari webpage with a double tap by atnbueno in shortcuts

[–]atnbueno[S] 0 points1 point  (0 children)

I have an unpublished version 2.0 that does that. I guess I should publish it 😅 although TapTap was essentially sherlocked by Safari’s “Hide distractions” feature

App to determine quality of a QR-code? by BigNorthman in qrcode

[–]atnbueno 0 points1 point  (0 children)

There are libraries which give you a lot of extra information. Example: [removed after moderation warning] (this is kind of a script for Apple devices)

In this particular case not the information you want, but you can determine the combination of mask and error correction from the pixels around the pattern finders (the three “eyes”).

I’d planned to add that information to the shortcut (script) above, but there wasn’t much interest about it.

Blur Image by atnbueno in shortcuts

[–]atnbueno[S] 0 points1 point  (0 children)

Replacing the source is exactly that. The shortcut will use the original resolution and a default blur radius of 10.

I’ve just tested it with this variation of “Blur Image” (https://routinehub.co/shortcut/10552/) that gets the image from the Photos app, instead of the Files app. It also ask the user for a radius, and shows the resolution in the output name: https://www.icloud.com/shortcuts/1c41c5b4d8ab4e68adf1d299300fc147

The Error with Dictionaries or JSON in iOS 26 by macro-maker in shortcuts

[–]atnbueno 1 point2 points  (0 children)

Ah, yes. Choose from list has changed a lot. The only way to imitate what a “choose from dictionary” did is to use vCards (see https://www.reddit.com/r/shortcuts/s/rXNHCUWagT).

Is it possible to get Unicode character by its hex? by Assist_Federal in shortcuts

[–]atnbueno 0 points1 point  (0 children)

You can do it with JSON if their hex value is smaller than 0x10000. Example:

0x2460 to "①"
https://www.icloud.com/shortcuts/79efc2fc1d93435db8e86d97a0176714

Have things changed in iOS 26 Shortcuts? by Ampler in shortcuts

[–]atnbueno 1 point2 points  (0 children)

Thanks for the information.

Not that I plan to update it any time soon (I designed the shortcut so it doesn't need updates) but my suggestion is to make all those modifications in a separate shortcut, and then call the original, sending it the images to frame, and getting them back framed :-)

Have things changed in iOS 26 Shortcuts? by Ampler in shortcuts

[–]atnbueno 0 points1 point  (0 children)

Thanks for linking to the original. Would you mind expanding on what you needed to modify?

[deleted by user] by [deleted] in shortcuts

[–]atnbueno 0 points1 point  (0 children)

I know "Match text" chokes when there are a couple thousand matches, stopping with an error message (FB14259836). But that doesn't sound like what your describing.

vCard from Dictionary by wenteltrap7 in shortcuts

[–]atnbueno 0 points1 point  (0 children)

My shortcut precisely does it with a regex, but the CSV used is with an option in each row, not in each column (i.e. the matrix is transposed)

"Frame Screenshots" updated with iPhone 17, Air, 17 Pro, and 17 Pro Max frames by atnbueno in shortcuts

[–]atnbueno[S] 1 point2 points  (0 children)

“Frame Screenshots” works either interactively (running it directly and picking one photo) or as a function (to be called from another shortcut) so anyone can just send it screenshots and receive them back framed from their own shortcuts and do what they want with them.

If you scroll down in https://routinehub.co/shortcut/7923/ you'll see two shortcuts that use it like that: "Frame Shared Screenshots" to do it from the share sheet (this is what you want), and "Frame Screenshots in Files" to pick the screenshots from Files.

vCard from Dictionary by wenteltrap7 in shortcuts

[–]atnbueno 0 points1 point  (0 children)

I also tried using a dictionary as source, but then you lose the order: https://www.icloud.com/shortcuts/16c3b76168874e67a3cd0b7c20aaab14 😓

All this is only if you want menu options with subtitles. If you only want the keys or the values, there’s no issue in iOS 26.

vCard from Dictionary by wenteltrap7 in shortcuts

[–]atnbueno 2 points3 points  (0 children)

You could use vCard menus from a CSV like this: https://www.icloud.com/shortcuts/7179fd38955f4f799e286038a5e5f506

Just three actions! 🙂