As configured in my dotfiles.
start new:
tmux
start new with session name:
| #!ruby | |
| #-*- coding: utf-8 -*- | |
| require 'ruby-growl' | |
| require 'rss' | |
| g = Growl.new 'localhost', 'ruby-growl', ['ruby-growl Notification'] | |
| g.notify 'ruby-growl Notification', 'earthquake', 'start' | |
| uri = 'http://tenki.jp/component/static_api/rss/earthquake/recent_entries_by_day.xml' |
As configured in my dotfiles.
start new:
tmux
start new with session name: