{"id":15489642,"url":"https://github.com/pablopunk/time","last_synced_at":"2025-04-06T07:15:04.836Z","repository":{"id":41052119,"uuid":"233360247","full_name":"pablopunk/time","owner":"pablopunk","description":"The simplest but configurable online clock","archived":false,"fork":false,"pushed_at":"2024-12-13T23:13:19.000Z","size":944,"stargazers_count":92,"open_issues_count":2,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T06:08:59.358Z","etag":null,"topics":["background","clock","custom","minimal","time","website"],"latest_commit_sha":null,"homepage":"https://time.pablopunk.com","language":"TypeScript","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/pablopunk.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":"2020-01-12T08:20:48.000Z","updated_at":"2025-01-26T00:03:16.000Z","dependencies_parsed_at":"2023-01-21T12:01:27.730Z","dependency_job_id":"7893e99d-4978-46e4-aed0-cee13a82908f","html_url":"https://github.com/pablopunk/time","commit_stats":{"total_commits":64,"total_committers":8,"mean_commits":8.0,"dds":0.625,"last_synced_commit":"6d2910ac6ffe87c98ad1b0fcc87fd4f4ee274776"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Ftime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Ftime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Ftime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Ftime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pablopunk","download_url":"https://codeload.github.com/pablopunk/time/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445682,"owners_count":20939961,"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":["background","clock","custom","minimal","time","website"],"created_at":"2024-10-02T07:06:45.934Z","updated_at":"2025-04-06T07:15:04.802Z","avatar_url":"https://github.com/pablopunk.png","language":"TypeScript","readme":"# Time by [pablopunk](https://pablopunk.com)\n\n\u003e https://time.pablopunk.com\n\nPerfect if you use tools like [Plash](https://sindresorhus.com/plash).\n\n![screenshot](https://raw.githubusercontent.com/pablopunk/time/master/screenshot.gif)\n\n## Customize options\n\n- `fg`: Font color. Examples:\n  - [`?fg=red`](https://time.pablopunk.com/?fg=red)\n  - [`?fg=ff00ff`](https://time.pablopunk.com/?fg=ff00ff)\n- `bg`: Background color.\n  - [`?bg=lightpink`](https://time.pablopunk.com/?bg=lightpink)\n- `font`: Font family. Examples:\n  - [`?font=SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace`](https://time.pablopunk.com/?font=SFMono-Regular,Consolas,%27Liberation%20Mono%27,Menlo,monospace)\n- `fontSize`: The size of the font in the clock. Examples:\n  - [`?fontSize=5rem`](https://time.pablopunk.com/?fontSize=5rem)\n  - [`?fontSize=200px`](https://time.pablopunk.com/?fontSize=200px)\n- `position`: Position on the screen. Defaults to center:\n\n  ```\n  top-left      top       top-right\n  left                        right\n  bottom-left  bottom  bottom-right\n  ```\n\n  Examples:\n\n  - [`?position=top-left`](https://time.pablopunk.com/?position=top-left)\n  - [`?position=bottom`](https://time.pablopunk.com/?position=bottom)\n\n- `seconds`: Show seconds if this argument present.\n  - [`?seconds`](https://time.pablopunk.com/?seconds)\n- `randomColors`: Sets a random color both for background and foreground.\n  - [`?randomColors`](https://time.pablopunk.com/?randomColors)\n- `blink`: The colon between the hours and the minutes will blink each second.\n  - [`?blink`](https://time.pablopunk.com/?blink)\n- `showLink`: A link to this repo is shown automatically when mouse input is detected, but it can be forced using this option.\n  - [`?showLink`](https://time.pablopunk.com/?showLink)\n- `format=12`: Don't like military time? Shame on you. But you can use 12h format instead.\n  - [`?format=12`](https://time.pablopunk.com/?format=12)\n- `pad`: Single digit hours will be padded with a 0: 9:41 will be shown as 09:41.\n  - [`?pad`](https://time.pablopunk.com/?pad)\n\n## More Examples\n\n- https://time.pablopunk.com/?seconds\u0026fg=F1396D\u0026bg=382F32\u0026font=monospace\n- https://time.pablopunk.com/?fg=11cc88\u0026bg=454545\u0026font=monospace\u0026fontSize=200px\u0026position=bottom-right\n- https://time.pablopunk.com/?seconds\u0026randomColors\u0026blink\n- https://time.pablopunk.com/?fg=white\u0026bg=transparent (this one is nice for Plash)\n\n## Author\n\n| ![me](https://gravatar.com/avatar/fa50aeff0ddd6e63273a068b04353d9d?size=100) |\n| ---------------------------------------------------------------------------- |\n| [Pablo Varela](https://pablopunk.com)                                        |\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablopunk%2Ftime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablopunk%2Ftime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablopunk%2Ftime/lists"}