Skip to content

Instantly share code, notes, and snippets.

View noomz's full-sized avatar

Siriwat Uamngamsup noomz

View GitHub Profile
@noomz
noomz / pomodoro.rb
Created July 14, 2012 10:50 — forked from pcreux/pomodoro
Pomodoro timer for ubuntu unity
#!/usr/bin/env ruby
#
# Pomodoro script.
#
# Displays a notification after given minutes.
# Use pomodoro.rb with args 10 = 10 min, 10s = 10 seconds
#
# Don't forget to 'sudo apt-get install libnotify-bin'
#