{"id":20901597,"url":"https://github.com/willfarrell/dotcrontab","last_synced_at":"2025-05-13T03:30:49.424Z","repository":{"id":8711082,"uuid":"10379281","full_name":"willfarrell/dotCrontab","owner":"willfarrell","description":"Easy access to Mac OS X crontab. Great for automatically updating brew or npm.","archived":false,"fork":false,"pushed_at":"2013-10-29T15:53:45.000Z","size":120,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T15:48:08.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willfarrell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-30T09:07:14.000Z","updated_at":"2023-05-09T08:13:41.000Z","dependencies_parsed_at":"2022-09-05T02:21:04.960Z","dependency_job_id":null,"html_url":"https://github.com/willfarrell/dotCrontab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2FdotCrontab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2FdotCrontab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2FdotCrontab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2FdotCrontab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willfarrell","download_url":"https://codeload.github.com/willfarrell/dotCrontab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253867347,"owners_count":21976208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T11:36:10.223Z","updated_at":"2025-05-13T03:30:49.123Z","avatar_url":"https://github.com/willfarrell.png","language":"Shell","readme":"# .crontab\nEasy access to Mac OS X crontab. Great for automatically updating `brew` or `npm`.\n\n## Setup\n```bash\n$ cd ~/ # go to where the dot files lie\n$ mkdir .crontab \u0026\u0026 cd $_ # dir to store additional scripts\n$ crontab -l \u003e .crontab # export current crontab\n$ echo \"0 0 * * * crontab .crontab\" \u003e\u003e .crontab # auto inject crontab changes”\n$ crontab .crontab # save crontab changes\n```\n\n## Samples\n```bash\n0 0 * * * crontab .crontab # auto inject any crontab changes\n0 0 * * * brew update 2\u003e\u00261 | tee -a crontab.log # Update brew repos nightly\n0 5 */7 * * echo \u003cpassword\u003e | sudo -S npm -g update 2\u003e\u00261 | tee -a crontab.log # Update global npm repos weekly\n0 0 7 * * curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | bash 2\u003e\u00261 | tee -a crontab.log # Relpace ievms with fresh copies monthy\n```\nPlease submit your commands to [issues](https://github.com/willfarrell/.crontab/issues).\n\n## Reference\n```\n* * * * * command to be executed\n- - - - -\n| | | | | ----- Day of week (0 - 7) (Sunday=0 or 7)\n| | | | ------- Month (1 - 12)\n| | | --------- Day of month (1 - 31)\n| | ----------- Hour (0 - 23)\n| ------------- Minute (0 - 59)\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillfarrell%2Fdotcrontab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillfarrell%2Fdotcrontab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillfarrell%2Fdotcrontab/lists"}