Automatically Launch safari with a certain url the first time the mac wakes/boots up in a day?

Pochi

Is it possible to make my mac automatically open a website on safari the very first time it is woken up just once in a day?

So for example, I come to work at 8:30 and wake up / boot up my mac and Safari automatically opens up on a certain URL.

But then I go for lunch and turn it off / make it sleep and come back an hour later and this time nothing happens. And maybe i have a meeting and come back later and still nothing happens.

Until the next day this process repeats (only opening safari the very first time)

Sorry, i'm not sure how to even google for this.

I thought maybe "Automator" could do something like this but i think it requires me to manually click on it.

timotree

It sounds like launchctl or crontab could come in handy here. I only know how to use crontab though.

Using crontab

  1. Get to a terminal (Press Command+SPACE then type Terminal and press Return)
  2. Type in EDITOR=nano crontab -e
  3. In this editor type @daily open -a safari http://<website to open to>
  4. Then press Control+X (do not press Command)
  5. At the confirmation press Y
  6. When typing the location to save to don't change anything just press Return

This should launch Safari the first time you log in each day.

Source of open -a safari <url>: https://superuser.com/a/459271/670755

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Deleting string up to the first occurrence of certain character

分類Dev

Make my mongoDB collect data at a certain time of day every day?

分類Dev

Activate a google apps script at a certain time every day?

分類Dev

How to parse through a table to gather tide value at a certain time of day

分類Dev

How do I set up Outlook to send a auto reply during a certain hour of the day every day?

分類Dev

Shutdown after certain time since start-up

分類Dev

Find first day of last week of year with java.time

分類Dev

How to first time set up Ubuntu 10.04 internet connection?

分類Dev

How to evaluate launch + execution time of first plot of sin in one line of Julia?

分類Dev

Mac Yosemite & Safari 8

分類Dev

How to launch Safari with Selenium WebDriver using Java

分類Dev

How open URL in first time without log in on the Terminal

分類Dev

iOS Launch Screen Animation Time

分類Dev

Running an application automatically every day

分類Dev

How to launch a tutorial on first app launch using SwiftUI?

分類Dev

How to change the value that shows up when an HTML input field spinner is clicked for the first time?

分類Dev

time.Time Round to Day

分類Dev

time.Time Round to Day

分類Dev

Is there a way to calculate up to a certain number?

分類Dev

Making Caps to the first letter automatically

分類Dev

Missing events on the first day of the month when the first day is a Sunday

分類Dev

Launch a local notification at a specific time in iOS

分類Dev

Audio routing from multiple BT headsets on Mac, with real-time up-sampling from the mic's frequency

分類Dev

Automatically change Ubuntu wallpaper at a certain hour

分類Dev

How to automatically correct certain words in Excel (VBA)?

分類Dev

How to create a note that include the day automatically?

分類Dev

how to convert time zone automatically

分類Dev

Flexbox wraps last column of the first row in Safari

分類Dev

Decreasing certain amount of time from a selected time

Related 関連記事

  1. 1

    Deleting string up to the first occurrence of certain character

  2. 2

    Make my mongoDB collect data at a certain time of day every day?

  3. 3

    Activate a google apps script at a certain time every day?

  4. 4

    How to parse through a table to gather tide value at a certain time of day

  5. 5

    How do I set up Outlook to send a auto reply during a certain hour of the day every day?

  6. 6

    Shutdown after certain time since start-up

  7. 7

    Find first day of last week of year with java.time

  8. 8

    How to first time set up Ubuntu 10.04 internet connection?

  9. 9

    How to evaluate launch + execution time of first plot of sin in one line of Julia?

  10. 10

    Mac Yosemite & Safari 8

  11. 11

    How to launch Safari with Selenium WebDriver using Java

  12. 12

    How open URL in first time without log in on the Terminal

  13. 13

    iOS Launch Screen Animation Time

  14. 14

    Running an application automatically every day

  15. 15

    How to launch a tutorial on first app launch using SwiftUI?

  16. 16

    How to change the value that shows up when an HTML input field spinner is clicked for the first time?

  17. 17

    time.Time Round to Day

  18. 18

    time.Time Round to Day

  19. 19

    Is there a way to calculate up to a certain number?

  20. 20

    Making Caps to the first letter automatically

  21. 21

    Missing events on the first day of the month when the first day is a Sunday

  22. 22

    Launch a local notification at a specific time in iOS

  23. 23

    Audio routing from multiple BT headsets on Mac, with real-time up-sampling from the mic's frequency

  24. 24

    Automatically change Ubuntu wallpaper at a certain hour

  25. 25

    How to automatically correct certain words in Excel (VBA)?

  26. 26

    How to create a note that include the day automatically?

  27. 27

    how to convert time zone automatically

  28. 28

    Flexbox wraps last column of the first row in Safari

  29. 29

    Decreasing certain amount of time from a selected time

ホットタグ

アーカイブ