Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Just a simple Pomodoro with a minimal graphical interface made in Ruby with the help of Gosu made for fun.
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.
The 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)
## Original author
Iván González, a.k.a dreamingechoes
Due to the fact that the gem uses Gosu to launch the graphical interface, you have to install first the Gosu dependencies:
Gosu is built on top of the SDL 2 library. I recommend installing Homebrew and then running brew install sdl2
.
You 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.
More info about this dependencies here: Gosu's Wiki
Then, you can install the gem as any other gem:
$ gem install pomodoro-gui
Once installed, you can see from the terminal all the options by typing pomodoro-gui -h
:
Usage: pomodoro-gui [options]
-r, --rest [REST] Choose rest time (in minutes)
-i, --interval [INTERVAL] Choose pomodoro length time (in minutes)
--version Show version
-h, --help Show this message
To 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.
Bug 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 code of conduct.
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that pomodoro-gui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.