public
Description: Watches the ether for the handy *jour scripts.
Homepage:
Clone URL: git://github.com/lachie/starjour.git
Click here to lend your support to: starjour and make a donation at www.pledgie.com !
starjour / GitJour.rb
100644 23 lines (16 sloc) 0.291 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# GitJour.rb
# starjour
#
# Created by Lachie Cox on 21/06/08.
# Copyright (c) 2008 __MyCompanyName__. All rights reserved.
#
 
  
require 'osx/cocoa'
require 'Jour'
 
class GitJour < OSX::NSObject
  include Jour
 
  service_name 'git'
  
  def setup
    @text = @service.name
  end
 
end