{"id":13682855,"url":"https://github.com/eliostvs/tomate-gtk","last_synced_at":"2025-07-11T03:33:16.573Z","repository":{"id":26365543,"uuid":"29814724","full_name":"eliostvs/tomate-gtk","owner":"eliostvs","description":"A Pomodoro timer written in Gtk3 and Python for Linux desktops.","archived":false,"fork":false,"pushed_at":"2024-11-19T16:30:48.000Z","size":1038,"stargazers_count":193,"open_issues_count":2,"forks_count":20,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-24T09:04:46.178Z","etag":null,"topics":["gtk3","linux","linux-app","pomodoro-timer","python3","utility"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eliostvs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-01-25T13:21:30.000Z","updated_at":"2025-05-12T09:40:05.000Z","dependencies_parsed_at":"2023-01-14T04:30:01.038Z","dependency_job_id":"6ffc5a7a-621d-4d6b-897e-51189bab31a5","html_url":"https://github.com/eliostvs/tomate-gtk","commit_stats":{"total_commits":663,"total_committers":6,"mean_commits":110.5,"dds":0.1659125188536953,"last_synced_commit":"899f9b4b14fb5456a61080d88151ff2e4b245ff8"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/eliostvs/tomate-gtk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliostvs%2Ftomate-gtk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliostvs%2Ftomate-gtk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliostvs%2Ftomate-gtk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliostvs%2Ftomate-gtk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eliostvs","download_url":"https://codeload.github.com/eliostvs/tomate-gtk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliostvs%2Ftomate-gtk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264721529,"owners_count":23653949,"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":["gtk3","linux","linux-app","pomodoro-timer","python3","utility"],"created_at":"2024-08-02T13:01:54.376Z","updated_at":"2025-07-11T03:33:16.543Z","avatar_url":"https://github.com/eliostvs.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Tomate\n\nA Pomodoro timer written in Gtk3 and Python for Linux desktops.\n\n## About the technique\n\nThe Pomodoro Technique® is a management technique developed by Francesco Cirillo that helps you keep focused.\nRead more about it at the [official website](http://pomodorotechnique.com/).\n\nPomodoro Technique® and Pomodoro™ are registered and filed trademarks owned by Francesco Cirillo.\nTomate is not affiliated by, associated with nor endorsed by Francesco Cirillo.\n\n## Screenshots\n\n![main screen](docs/img/main-screen.png)\n\n![preference duration](docs/img/preference-duration.png)\n\n![preference extension](docs/img/preference-extension.png)\n\n## Installation\n\n### Ubuntu 20.04+\n\nIf you have installed the program using the **old ppa repository** uninstall the old version first.\nIf you use an Ubuntu-based distro, such as Mint, manually set the **RELEASE** variable to the Ubuntu version number, such as 16.04, rather than running the sed script bellow.\n\n```bash\nRELEASE=`sed -n 's/VERSION_ID=\"\\(.*\\)\"/\\1/p' /etc/os-release`\ncurl -fsSL \"http://download.opensuse.org/repositories/home:/eliostvs:/tomate/xUbuntu_$RELEASE/Release.key\" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/tomate.gpg \u003e /dev/null\necho \"deb http://download.opensuse.org/repositories/home:/eliostvs:/tomate/xUbuntu_$RELEASE/ ./\" | sudo tee /etc/apt/sources.list.d/tomate.list\nsudo apt-get update \u0026\u0026 sudo apt-get install tomate-gtk\n```\n\n### Debian 10+\n\n```bash\nRELEASE=`sed -n 's/VERSION_ID=\"\\(.*\\)\"/\\1/p' /etc/os-release`\ncurl -fsSL \"http://download.opensuse.org/repositories/home:/eliostvs:/tomate/Debian_$RELEASE/Release.key\" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/tomate.gpg \u003e /dev/null\necho \"deb http://download.opensuse.org/repositories/home:/eliostvs:/tomate/Debian_$RELEASE/ ./\" | sudo tee /etc/apt/sources.list.d/tomate.list\nsudo apt-get update \u0026\u0026 sudo apt-get install tomate-gtk\n```\n\n### Opensuse Tumbleweed\n\n```bash\nsudo zypper ar -f http://download.opensuse.org/repositories/home:/eliostvs:/tomate/openSUSE_Tumbleweed/home:eliostvs:tomate.repo\nsudo zypper install tomate-gtk\n```\n\n### Fedora 36+\n\n```bash\nRELEASE=`cat /etc/fedora-release | grep -o '[0-9][0-9]*'`\nsudo dnf config-manager --add-repo http://download.opensuse.org/repositories/home:/eliostvs:/tomate/Fedora_$RELEASE/home:eliostvs:tomate.repo\nsudo dnf install tomate-gtk\n```\n\n### Arch\n\nThe packages are available in [aur repository](https://aur.archlinux.org/packages/tomate-gtk/)\n\n## Plugins\n\n### Pre-installed\n\n- [Alarm][alarm-plugin] Play a alarm when the timer end\n- [Ticking][ticking-plugin] Play a ticking sound during a work session\n- [Notify][notify-plugin] Display notification end the timer start, stop and end\n- [Script][script-plugin] Run scripts when the timer start, stop or end\n- [Break Screen][breakscreen-plugin] Block all screens during break tim\n- [Auto Pause][autopause-plugin] Pause all the playing media when a work session ends\n\n### External\n\n- [Indicator][indicator-plugin] Displays a countdown icon in the systray (uses libappindicator)\n- [StatusIcon][statusicon-plugin] Displays a countdown icon in the systray (old method for creating a systray with GNOME)\n- [StatusNotifierItem][statusnotifieritem-plugin] Displays a countdown icon in the systray (freedesktop standard for creating a systray)\n- [Launcher][launcher-plugin] Shows the timer countdown and the total of sessions in the launcher (ubuntu only)\n\n---\n\n[alarm-plugin]: ./data/plugins/alarm.plugin\n[ticking-plugin]: ./data/plugins/ticking.plugin\n[notify-plugin]: ./data/plugins/notify.plugin\n[script-plugin]: ./data/plugins/script.plugin\n[breakscreen-plugin]: ./data/plugins/breakscreen.plugin\n[autopause-plugin]: ./data/plugins/autopause.plugin\n[indicator-plugin]: https://github.com/eliostvs/tomate-indicator-plugin\n[statusicon-plugin]: https://github.com/eliostvs/tomate-statusicon-plugin\n[launcher-plugin]: https://github.com/eliostvs/tomate-launcher-plugin\n[statusnotifieritem-plugin]: https://github.com/eliostvs/tomate-statusnotifieritem-plugin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliostvs%2Ftomate-gtk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feliostvs%2Ftomate-gtk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliostvs%2Ftomate-gtk/lists"}