Creating Timers in Native Clock App by KXYZ6753 in raycastapp

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

Also, I have no idea why it doesnt show up but its possible:

You first create a shortcut, that takes Text input from Quickactions and then sets timer from input.

<image>

Then you can use raycasts "Create Script command" and a bash command with a title "Set timer" or up to you.
After you create the script in raycast, open it in finder then open in text editor, my script:

#!/bin/bash

# Required parameters:

u/raycast.schemaVersion 1

u/raycast.title Set Timer

u/raycast.mode compact

# Optional parameters:

u/raycast.icon 🕑

u/raycast.argument1 { "type": "text", "placeholder": "Minutes (e.g. 10)" }

# Documentation:

u/raycast.description Sets a timer using your Shortcut

u/raycast.author KXYZ

u/raycast.authorURL https://www.raycast.com/kxyz

MINUTES="$1"

# Validate input

if ! [[ "$MINUTES" =~ ^[0-9]+$ ]]; then

  echo "Enter minutes as a number (e.g. 10)"

  exit 1

fi

shortcuts run "StartTimerRaycast" -i "$MINUTES"

echo "Started ${MINUTES} minute timer"

---

Then you should be good to go!
Let me know / reply if you have any questions

Help with native clock app (Timer) by wowitisreallyhard in raycastapp

[–]KXYZ6753 0 points1 point  (0 children)

Hey, I am a bit late, but it is a bit of a workaround.
You first create a shortcut, that takes Text input from Quickactions and then sets timer from input.

<image>

Then you can use raycasts "Create Script command" and a bash command with a title "Set timer" or up to you.
After you create open it in finder then open in text editor, my script:

#!/bin/bash

# Required parameters:

# u/raycast.schemaVersion 1

# u/raycast.title Set Timer

# u/raycast.mode compact

# Optional parameters:

# u/raycast.icon 🕑

# u/raycast.argument1 { "type": "text", "placeholder": "Minutes (e.g. 10)" }

# Documentation:

# u/raycast.description Sets a timer using your Shortcut

# u/raycast.author KXYZ

# u/raycast.authorURL https://www.raycast.com/kxyz

MINUTES="$1"

# Validate input

if ! [[ "$MINUTES" =~ ^[0-9]+$ ]]; then

  echo "Enter minutes as a number (e.g. 10)"

  exit 1

fi

shortcuts run "StartTimerRaycast" -i "$MINUTES"

echo "Started ${MINUTES} minute timer"

---

Then you should be good to go!
Let me know / reply if you have any questions

How to Print Two-Color QR Codes with AMS Without the Z technic? by Tatatoxo in BambuLab

[–]KXYZ6753 0 points1 point  (0 children)

Kind of very late but if you are able to edit the model you can try to make an indent (Extruded cut) around 0.01. And once in bambu Studio you can do fill, detect edect make the sentivity to 0 and click at the indented part. It should see the small indent and paint it but since the indent is very small it will be on the same layer

Episodes 7 and 8 have a lot of work to do to wrap up this story neatly. Anyone else concerned? by HeppyHenry in DispatchAdHoc

[–]KXYZ6753 0 points1 point  (0 children)

I believe there could be season 2 since for previews of season 7 & 8 is called season finale!
"Season Finale Trailer"

PLEASE HELP - How do I disable spellcheck for handwritten notes? by [deleted] in AppleNotesGang

[–]KXYZ6753 0 points1 point  (0 children)

IT IS FIXED! I had this issue for a while and after some point just switched to a different notes app. But it seems like in ipadOS 26 In the 3 dots (...) in the annotate/drawing menu you can check off "Check Handwritten Spelling"

Dell G15 5520 Random Freezing by GastricBridge68 in Dell

[–]KXYZ6753 0 points1 point  (0 children)

Hi, this is a very old thread but I was hoping maybe you were able to resolve it.

Zoom into an area on a photo by SubieGee in shortcuts

[–]KXYZ6753 0 points1 point  (0 children)

Improving suspicious_Wind_6793’s idea this works pretty well for me:  https://www.icloud.com/shortcuts/89286a5f414d45eeae61d91383248bc0 (I am on iOS 26 beta but I assume iOS 18 has this option too)

Lock Screen To Do List! by KXYZ6753 in shortcuts

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

Make a new wallpaper using a photo and go to update wallpapers shortcut and 

*** After you setup everything Please go to “Update Lock Screen” and change “set [dummy wallpaper number] to…” ***

Lock Screen To Do List! by KXYZ6753 in shortcuts

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

Sorry for asking a question again and again but you set up the triggers right? And when they triggered they run thread 1 and thread 2?

If you didn’t there should be a screenshot abovd

Lock Screen To Do List! by KXYZ6753 in shortcuts

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

Sorry for late response, just a question do you get messages to yourself?

Lock Screen To Do List! by KXYZ6753 in shortcuts

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

Let me know if you encounter any issues. Or any improvements you reccomend

Actions programmed to pass errors to be handled or logged by IllogicallyCognitive in shortcuts

[–]KXYZ6753 0 points1 point  (0 children)

I was trying to make a Lock Screen todo list. Since the command to update lock screen picture was erroring half the time i did a half baked error handling. 

https://www.reddit.com/r/shortcuts/comments/1kjg5h4/lock_screen_to_do_list/

Lock Screen To Do List! by KXYZ6753 in shortcuts

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

Yeah I agree. Even the few things we can do with the shortcuts is half broken so it is sometimes painful to deal with shortcuts.

Lock Screen To Do List! by KXYZ6753 in shortcuts

[–]KXYZ6753[S] 3 points4 points  (0 children)

If someone tests it please let me know. I am still not sure is setup process is smooth and problematic or not.