S
S
Sufiks Sufiksovich2021-04-27 18:05:59
macOS
Sufiks Sufiksovich, 2021-04-27 18:05:59

How to set a reminder in Macos every 5 min?

Gentlemen,
how to set a reminder [notification, push] in MACOS that would work every 5-10 minutes t?
The option of setting a reminder in the calendar is not suitable because it turns out that all devices will have a spam reminder. And I need it clearly only on macos.
And so, what would show a reminder and after 5 seconds the notification - disappeared.
For example: "Go away from the monitor"

Logically, you can probably do it through Automator, but I didn't figure out how to do it there. Maybe there is something easier?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
arsenty, 2021-04-27
@Solovej

terminal.app

while osascript -e "display notification \"asdf"\"; do sleep 600; done

S
Sergei Nazarenko, 2021-05-11
@nazares

You can use the Script Editor to create an application

on idle
  display notification "Человек, тебе необходимо отвлечься от монитора" with title "Notification" subtitle "Следующее напоминание через 10 минут." sound name "Bell"
  say "Человек, тебе необходимо отвлечься"
  return 10 * 60
end idle

then File -> Export
6099b97cd119b782911006.png
Select File Format Application
tick Stay open after run handler
Save to /Applications folder and run as a normal application

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question