{"id":13626856,"url":"https://splode.github.io/pomotroid/","last_synced_at":"2025-04-16T18:34:23.721Z","repository":{"id":28887108,"uuid":"119006816","full_name":"Splode/pomotroid","owner":"Splode","description":":tomato: Simple and visually-pleasing Pomodoro timer","archived":false,"fork":false,"pushed_at":"2024-04-08T10:09:43.000Z","size":8216,"stargazers_count":4376,"open_issues_count":144,"forks_count":370,"subscribers_count":43,"default_branch":"master","last_synced_at":"2024-10-29T15:34:12.967Z","etag":null,"topics":["electron","electron-vue","javascript","pomodoro","pomodoro-technique","pomodoro-timer","productivity","time-management","vue"],"latest_commit_sha":null,"homepage":"https://splode.github.io/pomotroid/","language":"Vue","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/Splode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2018-01-26T04:47:51.000Z","updated_at":"2024-10-29T07:12:18.000Z","dependencies_parsed_at":"2024-06-20T00:29:22.806Z","dependency_job_id":"89157ce9-d0f1-4e8a-8df0-dc3df0813725","html_url":"https://github.com/Splode/pomotroid","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Splode%2Fpomotroid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Splode%2Fpomotroid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Splode%2Fpomotroid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Splode%2Fpomotroid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Splode","download_url":"https://codeload.github.com/Splode/pomotroid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223725821,"owners_count":17192635,"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":["electron","electron-vue","javascript","pomodoro","pomodoro-technique","pomodoro-timer","productivity","time-management","vue"],"created_at":"2024-08-01T22:00:23.500Z","updated_at":"2024-11-08T17:30:35.567Z","avatar_url":"https://github.com/Splode.png","language":"Vue","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Pomotroid\" src=\".github/images/pomotroid-title.png\" width=\"800px\"\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Pomotroid in action\" src=\".github/images/pomotroid-screens.png\" width=\"800px\"\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003eSimple and visually-pleasing Pomodoro timer.\u003c/p\u003e\n\n---\n\n- [Overview](#overview)\n- [Features](#features)\n  - [Themes](#themes)\n- [Install](#install)\n  - [Download](#download)\n  - [Homebrew](#homebrew)\n  - [Scoop](#scoop)\n  - [AppGet](#appget)\n- [Roadmap](#roadmap)\n- [Development](#development)\n  - [Build Setup](#build-setup)\n- [License](#license)\n\n## Overview\n\nPomotroid is a simple and configurable Pomodoro timer. It aims to provide a visually-pleasing and reliable way to track productivity using the Pomodoro Technique.\n\nPomotroid is in its early stages, so feedback and contributions are welcome and appreciated! :seedling:\n\n## Features\n\n- Customize times and number of rounds (persistent)\n- Charming timer alert sounds (optional)\n- Desktop notifications (optional)\n- Minimize to tray (optional)\n- Several themes included with the ability to create custom themes.\n- Timer activity logging.\n\n### Themes\n\nPomotroid provides many themes. It's also theme-able, allowing you to customize its appearance.\n\n![Screenshots of Pomotroid using various themes](./.github/images/pomotroid_themes-preview--914x219.png)\n\nVisit the [theme documentation](./docs/themes/themes.md) to view the full list of official themes and for instruction on creating your own.\n\n## Install\n\n### Download\n\nDownload the latest version from the [releases](https://github.com/Splode/pomotroid/releases) page.\n\nPomotroid is available for Windows, Mac OSX and Linux.\n\n### Homebrew\n\nYou can also install Pomotroid on macOS with [Homebrew](https://brew.sh):\n\n```sh\nbrew install --cask pomotroid\n```\n\n### Scoop\n\nYou can install Pomotroid on Windows with [scoop](https://scoop.sh/)\n\n```sh\nscoop install https://raw.githubusercontent.com/Splode/pomotroid/master/pomotroid.json\n```\n\n### AppGet\n\nYou can install Pomotroid on Windows with [AppGet](https://appget.net/)\n\n```sh\nappget install pomotroid\n```\n\n## Roadmap\n\n:memo: Future plans for enhancements and development:\n\n- Mini-mode\n\n## Development\n\nPomotroid is built with [Vue.js](https://github.com/vuejs/vue), [Electron](https://github.com/electron/electron), and [electron-vue](https://github.com/SimulatedGREG/electron-vue).\n\n_Note: depending on your OS settings, you may receive a security warning upon installation. This has to do with Pomotroid being an unsigned application. You can find out more by researching code-signing for Apple and Microsoft._\n\n### Build Setup\n\n```bash\n# install dependencies\nnpm i\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build Pomotroid for production\nnpm run build\n```\n\n## License\n\nMIT \u0026copy; [Christopher Murphy](https://github.com/Splode)\n","funding_links":[],"categories":["Apps","Tools \u0026 Resources"],"sub_categories":["Time Management","100. PomoTroid"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/splode.github.io%2Fpomotroid%2F","html_url":"https://awesome.ecosyste.ms/projects/splode.github.io%2Fpomotroid%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/splode.github.io%2Fpomotroid%2F/lists"}