andreasgrill / auto-selfcontrol

Small utility to schedule start and stop times of SelfControl
MIT License
305 stars 37 forks source link

Can we do seconds in auto self control? #37

Open aaryanb opened 5 years ago

aaryanb commented 5 years ago

@slambert @andreasgrill

Hi all (again),

Was just curious if I could do the following

{
    "username": "MY_USERNAME",
    "selfcontrol-path": "/Applications/SelfControl.app",
    "host-blacklist": [
        "twitter.com",
        "reddit.com"
    ],
    "block-schedules":[
        {
            "weekday": 1,
            "start-hour": 9,
            "start-minute": 0,
           "start-second": 15,
            "end-hour": 17,
            "end-minute": 30,
            "end-second": 35
        },
    ]
}