{"id":43756551,"url":"https://github.com/transitorykris/hypnos","last_synced_at":"2026-02-05T14:31:32.845Z","repository":{"id":57542278,"uuid":"80574882","full_name":"transitorykris/hypnos","owner":"transitorykris","description":"A sleepy cron","archived":false,"fork":false,"pushed_at":"2017-11-08T00:29:04.000Z","size":4,"stargazers_count":12,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T16:39:50.859Z","etag":null,"topics":["crontab","golang","shell","unix","utilities"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/transitorykris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-01T00:01:05.000Z","updated_at":"2023-10-22T08:15:51.000Z","dependencies_parsed_at":"2022-09-26T16:30:25.298Z","dependency_job_id":null,"html_url":"https://github.com/transitorykris/hypnos","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/transitorykris/hypnos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitorykris%2Fhypnos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitorykris%2Fhypnos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitorykris%2Fhypnos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitorykris%2Fhypnos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/transitorykris","download_url":"https://codeload.github.com/transitorykris/hypnos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitorykris%2Fhypnos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29123675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T14:05:12.718Z","status":"ssl_error","status_checked_at":"2026-02-05T14:03:53.078Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["crontab","golang","shell","unix","utilities"],"created_at":"2026-02-05T14:31:32.068Z","updated_at":"2026-02-05T14:31:32.840Z","avatar_url":"https://github.com/transitorykris.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hypnos\n\nA sleepy cron\n\nEver write little scripts like to do things on some interval?\n\n```bash\n#!/bin/bash\nwhile [ 1 ]; do\n  echo \"running some tasks...\"\n  # ...\n  sleep 3600\ndone\n```\n\nWant it to be more like cron? And start repeatedly at specific times?\n\n```bash\n#!/bin/bash\nwhile [ 1 ]; do\n  hypnos \"0 * * * *\"\n  echo \"running some tasks...\"\n  # ...\ndone\n```\n```\nNext run at 2017-01-31 19:00:00 -0800 PST Sleeping for 33m25.234920265s\n```\n\n## Installation\n\nGrab a tarball from [Releases](https://github.com/transitorykris/hypnos/releases)\nand install in your path.\n\nOr build from source\n\n```\ngo get github.com/transitorykris/hypnos\n```\n\n## Examples\n\nHypnos follows [cron](https://en.wikipedia.org/wiki/Cron)\n\nRun once per minute\n\n```\nhypnos \"* * * * *\"\n```\n\nRun once per week\n\n```\nhypnos @weekly\n```\n\nRun on Fridays at 5:30pm\n\n```\nhypnos \"30 17 * * FRI\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransitorykris%2Fhypnos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftransitorykris%2Fhypnos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransitorykris%2Fhypnos/lists"}