{"id":21966407,"url":"https://github.com/dreamingechoes/pomodoro-gui","last_synced_at":"2025-06-14T20:39:07.149Z","repository":{"id":56888480,"uuid":"54619701","full_name":"dreamingechoes/pomodoro-gui","owner":"dreamingechoes","description":"Pomodoro with a minimal graphical interface in Ruby with Gosu, made for fun.","archived":false,"fork":false,"pushed_at":"2016-03-24T11:29:22.000Z","size":221,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-25T19:07:31.291Z","etag":null,"topics":["gem","pomodoro","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/dreamingechoes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-24T06:25:06.000Z","updated_at":"2017-04-07T12:35:24.000Z","dependencies_parsed_at":"2022-08-20T16:00:22.562Z","dependency_job_id":null,"html_url":"https://github.com/dreamingechoes/pomodoro-gui","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/dreamingechoes/pomodoro-gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fpomodoro-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fpomodoro-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fpomodoro-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fpomodoro-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dreamingechoes","download_url":"https://codeload.github.com/dreamingechoes/pomodoro-gui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fpomodoro-gui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259880737,"owners_count":22925998,"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":["gem","pomodoro","ruby"],"created_at":"2024-11-29T13:15:58.738Z","updated_at":"2025-06-14T20:39:07.122Z","avatar_url":"https://github.com/dreamingechoes.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pomodoro::Gui\n\n[![GemVersion](https://badge.fury.io/rb/pomodoro-gui.svg)](http://badge.fury.io/rb/pomodoro-gui)\n\n![pomodoro-gui](https://dl.dropboxusercontent.com/u/17948653/Proyectos/pomodoro-gui/pomodoro-gui.png)\n\nJust a simple Pomodoro with a minimal graphical interface made in Ruby with the help of Gosu made for fun.\n\n**IMPORTANT**: Gosu maybe not interpret the graphical coordinates the same way on differents OSs, so the position of the graphical elements may vary. This is just a test made for fun.\n\n## About\n\nThe Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. These intervals are called pomodoros, the plural in English of the Italian word pomodoro, which means tomato. The method is based on the idea that frequent breaks can improve mental agility. (Wikipedia)\n\n## Original author\n\nIván González, *a.k.a* [dreamingechoes](https://github.com/dreamingechoes)\n\n## Installation\n\nDue to the fact that the gem uses Gosu to launch the graphical interface, you have to install first the Gosu dependencies:\n\n### For Mac OS X\n\nGosu is built on top of the SDL 2 library. I recommend installing Homebrew and then running `brew install sdl2`.\n\n### For Linux\n\nYou will need the following packages, even though the names will be different in every distribution: libsdl2-dev, libsdl2-ttf-dev, libpango1.0-dev, libgl1-mesa-dev, libfreeimage-dev, libopenal-dev, libsndfile-dev.\n\nMore info about this dependencies here: [Gosu's Wiki](https://github.com/gosu/gosu/wiki)\n\nThen, you can install the gem as any other gem:\n\n```sh\n$ gem install pomodoro-gui\n```\n\n## Usage\n\nOnce installed, you can see from the terminal all the options by typing `pomodoro-gui -h`:\n\n```sh\nUsage: pomodoro-gui [options]\n    -r, --rest [REST]                Choose rest time (in minutes)\n    -i, --interval [INTERVAL]        Choose pomodoro length time (in minutes)\n        --version                    Show version\n    -h, --help                       Show this message\n```\n\nTo start the pomodoro with the default values, just simply execute `pomodoro-gui`. The default values are 25 minutes for the pomodoros, and 5 minutes for the rest's periods.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/dreamingechoes/pomodoro-gui. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamingechoes%2Fpomodoro-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreamingechoes%2Fpomodoro-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamingechoes%2Fpomodoro-gui/lists"}