{"id":19840970,"url":"https://github.com/torvaney/alfred-timer","last_synced_at":"2025-08-13T01:53:46.837Z","repository":{"id":133823930,"uuid":"362641996","full_name":"Torvaney/alfred-timer","owner":"Torvaney","description":"A timer for Alfred on MacOS","archived":false,"fork":false,"pushed_at":"2022-08-30T13:27:10.000Z","size":1331,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T22:24:35.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Torvaney.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-29T00:21:12.000Z","updated_at":"2022-07-29T11:41:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"74b70b70-5fde-4c90-ae39-b664b9ab39cd","html_url":"https://github.com/Torvaney/alfred-timer","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Torvaney/alfred-timer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torvaney%2Falfred-timer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torvaney%2Falfred-timer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torvaney%2Falfred-timer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torvaney%2Falfred-timer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Torvaney","download_url":"https://codeload.github.com/Torvaney/alfred-timer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torvaney%2Falfred-timer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270166078,"owners_count":24538443,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-12T12:28:52.238Z","updated_at":"2025-08-13T01:53:46.780Z","avatar_url":"https://github.com/Torvaney.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# An Alfred Timer\n\nA simple timer app for [Alfred](https://www.alfredapp.com/) using Python and launchd.\n\nSetting a timer adds a one-time job to launchd (MacOS's [system service management daemon](https://en.wikipedia.org/wiki/Launchd)), so unlike some other Alfred timers, it won't create a new process for each timer.\n\n\n## Screenshots\n\n\u003ctable style=\"width:100%\"\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cimg src=\"README/timer-20s.png\" alt=\"\"\u003e\u003c/td\u003e\n        \u003ctd\u003e\u003cimg src=\"README/timer-20s-notif.png\" alt=\"\"\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n### With a title\n\n\u003ctable style=\"width:100%\"\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cimg src=\"README/timer-3m.png\" alt=\"\"\u003e\u003c/td\u003e\n        \u003ctd\u003e\u003cimg src=\"README/timer-3m-notif.png\" alt=\"\"\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n### Invalid input\n\n\u003ctable style=\"width:100%\"\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cimg src=\"README/timer-invalid.png\" alt=\"\"\u003e\u003c/td\u003e\n        \u003ctd\u003e\u003cimg src=\"README/timer-invalid-notif.png\" alt=\"\"\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n\n## Requirements\n\nRequires Python 3.6+\n\n(If anyone actually wants to use this for themselves _and_ wants it to run on an earlier version of Python - file an issue and I'd be happy to make it backwards compatible.)\n\n\n## Notes\n\nThe timer command accepts a variety of different ways to specify a time unit:\n\n* Seconds: 's', 'sec', 'secs', 'seconds'\n* Minutes: 'm', 'min', 'mins', 'minutes'\n* Hours: 'h', 'hour', 'hours'\n\nAlthough (currently), you mustn't leave a gap between the number and the unit:\n\n✅ - \"20s\", \"5minutes\", \"30mins\", \"2hours\"\n\n❌ - \"20 s\", \"5 mins\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorvaney%2Falfred-timer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorvaney%2Falfred-timer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorvaney%2Falfred-timer/lists"}